POLITECHNIKA RZESZOWSKA - Wydział Elektrotechniki i InformtfyfcJ
import javax.swing.*# import java.awt.*/ public class BoxLayoutTest extends JFrama { BoxŁayoutTest()(
JButton buttonl - new JButton("l");
JButton button2 « new JButton ("Long-Named But ton 2" button2. se tAligrunentX (Componen t • CENTER_ALIGNMENT) / JButton button3 - new JButton ("Button 3*) / but ton3. set Font (new Font ("Arial", Font.PLAIN, 20))/ JPanel p ■ new JPanel()#
p.setLayout(new BozLayout (p, BoxLayout. Y_AXIS)); p.add(buttonl); p.add(button2); p.add(button3)/ getContent Pane().add(p, BorderLayout.CENTER)#
)
public static void main(Stringi) args)(
BoxŁayoutTest £ ramę ■ new BoxŁayoutTeat () /
.:□! »1
Buton 1
)/
( | |
[ immmrnm—l ~ | |
riuttón3 | |
JAVA WyktadJ
Copyright £/ 2012 Jan PROKOP
1Z7T