g, POLITECHNIKA RZESZOWSKA - Wydział Bddmtathnlkl ilnfamtyU
g, POLITECHNIKA RZESZOWSKA - Wydział Bddmtathnlkl ilnfamtyU
Java
import javax.swing.*; import java.awt.*;
publie class JFrameTest extends JFrame{
JFrameTestO {
jpanel panel = new JPanel(); panel.setBackground(Color.WHITE);
UIMMd
JButton button = new JButton("M6j przycisk"); button.set Font(new Font("Arlal", Font.BOLD, 30)); button.setBackground(Color.GREEN); button.setForeground(Color.HHITE);
panel .add (button); add (panel);
I
17/71
publie static void main(String[] args){ JFrameTest frame * new JFrameTestO; f ramę.setBounds(10, 10, 400, 200); frame.setTitle("JFrameTest"); frame.setVisible(true);
Mva M
Copyright C 2012 Jan PROKOP