— Scott McNealy, Sun Microsystems Chairman, President and ceo



Download 40,57 Mb.
Pdf ko'rish
bet377/555
Sana26.05.2022
Hajmi40,57 Mb.
#609235
1   ...   373   374   375   376   377   378   379   380   ...   555
Bog'liq
Head First Java (Kathy Sierra, Bert Bates) (z-lib.org)

406
 
chapter 13
border 
layout

public void go() {


JFrame frame = new JFrame();
JButton button = new JButton(“There is no spoon...”);
frame.getContentPane().add(BorderLayout.
NORTH
, button);
frame.setSize(200,200);
frame.setVisible(true);
}
Let’s try a button in the NORTH region

public void go() {


JFrame frame = new JFrame();
JButton button = new JButton(“Click This!”);
Font bigFont = new Font(“serif”, Font.BOLD, 28);
button.setFont(bigFont);
frame.getContentPane().add(BorderLayout.
NORTH
, button);
frame.setSize(200,200);
frame.setVisible(true);
}
Now let’s make the button ask to be taller
How do we do that? The button is already as wide 
as it can ever be—as wide as the frame. But we 
can try to make it taller by giving it a bigger font.
The button is as tall as it 
wants to be, but as wide as 
the frame.
The width stays the same, but now 
the button is taller. The north 
region stretched to accomodate 
the button’s new preferred height.
A bigger font will force the 
frame to allocate more space 
for the button’s height.


using 
swing
you are here
4
407
public void go() {
JFrame frame = new JFrame();
JButton east = new JButton(“East”);
JButton west = new JButton(“West”);
JButton north = new JButton(“North”);
JButton south = new JButton(“South”);
JButton center = new JButton(“Center”);
frame.getContentPane().add(BorderLayout.EAST, east);
frame.getContentPane().add(BorderLayout.WEST, west);
frame.getContentPane().add(BorderLayout.NORTH, north);
frame.getContentPane().add(BorderLayout.SOUTH, south);
frame.getContentPane().add(BorderLayout.

Download 40,57 Mb.

Do'stlaringiz bilan baham:
1   ...   373   374   375   376   377   378   379   380   ...   555




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish