— Scott McNealy, Sun Microsystems Chairman, President and ceo



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

frame.setSize(200,200);
frame.setVisible(true);
}
}

Let’s add a panel to the east region:


The panel doesn’t have anything 
in it, so it doesn’t ask for much 
width in the east region.
A JPanel’s layout manager is FlowLayout, by default. When we add 
a panel to a frame, the size and placement of the panel is still 
under the BorderLayout manager’s control. But anything 
inside the 
panel (in other words, components added to the panel by calling 
panel.add(aComponent)
) are under the panel’s FlowLayout 
manager’s control. We’ll start by putting an empty panel in the frame’s 
east region, and on the next pages we’ll add things to the panel.
Make the panel gray so we can see 
where it is on the frame.


using 
swing
you are here
4
409

public void go() {


JFrame frame = new JFrame();
JPanel panel = new JPanel();
panel.setBackground(Color.darkGray); 
JButton button = new JButton(“shock me”);
panel.add(button);
frame.getContentPane().add(BorderLayout.EAST, panel);
frame.setSize(250,200);
frame.setVisible(true);
}
Let’s add a button to the panel
Add the button to the panel and add the 
panel to the frame. The 
panel’s layout manager 
(flow) controls the button, and the frame’s 
layout manager (border) controls the panel.
The panel expanded!
And the button got its 
preferred size in both 
dimensions, because the panel 
uses flow layout, and the 
button is part of the panel 
(not the frame).
Panel object
I have a button now, 
so my layout manager’s 
gonna have to figure out 
how big I need to be...
Button objec

The frame’s 
BorderLayout manager
Based on my font size 
and the number of 
characters, I want to be 70 
pixels wide and 20 pixels tall.
Ok... I need to 
know how big the 

Download 40,57 Mb.

Do'stlaringiz bilan baham:
1   ...   375   376   377   378   379   380   381   382   ...   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