GUI 만들기

1. JFrame frame = new JFrame();

2. frame.getContentPane().add(button);
다른 대부분의 구성요소와 달리 JFrame에는 다른 위젯을 직접 추가할 수 없다

3. frame.setSize(300,300); frame.setVisible(true);

4. button.addActionListener(this);

5. public void actionPerformed(ActionEvent event){
   button.setText("button clicked!!");
}

댓글

이 블로그의 인기 게시물

누가복음 16장 1절~13절

누가복음 11장 9절 ~ 13절