— Scott McNealy, Sun Microsystems Chairman, President and ceo



Download 40,57 Mb.
Pdf ko'rish
bet371/555
Sana26.05.2022
Hajmi40,57 Mb.
#609235
1   ...   367   368   369   370   371   372   373   374   ...   555
Bog'liq
Head First Java (Kathy Sierra, Bert Bates) (z-lib.org)

Who am I?
Exercise Solutions


398
 
chapter 12
Pool Puzzle
import javax.swing.*;
import java.awt.*;
public class Animate {
int x = 1;
int y = 1;
public static void main (String[] args) {
Animate gui = new Animate ();
gui.go();
}
public void go() {
JFrame 
frame
= new JFrame();
frame.setDefaultCloseOperation(
JFrame.EXIT_ON_CLOSE);
MyDrawP drawP = new MyDrawP()
;
frame
.getContentPane().add(drawP);
frame.setSize(500,270)
;
frame
.setVisible(true);
for (int i = 0; i < 124; 
i++,x++,y++
) {
x++
;
drawP.repaint()
;
try {
Thread.sleep(50);
} catch(Exception ex) { }
}
}
class MyDrawP extends JPanel {
public void paintComponent(Graphics 

) {
g.setColor(Color.white);
g.fillRect(0,0,500,250);
g.setColor(Color.blue);
g.fillRect(x,y,500-x*2,250-y*2);
}
}
}
The Amazing, Shrinking, Blue 
Rectangle.
puzzle 
answers


this is a new chapter
399
13

using 
swing
Swing is easy. 
Unless you actually care where things end up on the screen. Swing code 
looks easy, but then you compile it, run it, look at it and think, “hey, that’s not supposed to go 
there.” The thing that makes it easy to code is the thing that makes it hard to control—the 
Layout Manager
. Layout Manager objects control the size and location of the widgets in a 
Java GUI. They do a ton of work on your behalf, but you won’t always like the results. You want 
two buttons to be the same size, but they aren’t. You want the text field to be three inches long, 
but it’s nine. Or one. And under the label instead of next to it. But with a little work, you can get 
layout managers to submit to your will. In this chapter, we’ll work on our Swing and in addition 
to layout managers, we’ll learn more about widgets. We’ll make them, display them (where we 
choose), and use them in a program. It’s not looking too good for Suzy.
Why won’t 
the ball go where 
I
want 
it to go? (like, smack in Suzy 
Smith’s face) I’ve gotta learn 
to control it.
Work on Your 
Swing
Make it Stick



Download 40,57 Mb.

Do'stlaringiz bilan baham:
1   ...   367   368   369   370   371   372   373   374   ...   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