Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- spring 페이징
- New Frame
- Spring 구조
- singleton
- Visuall code
- SPRING 특징
- Unbox
- JDK 설치
- innerclass
- Overloading
- java
- Statement
- Runnable
- Spring 개념
- 접근제한수식어
- protected
- File
- pox.xml 오류
- 오라클 데이터베이스
- tomat
- inheritance
- 자바 개발환경준비
- 싱글톤 패턴
- append()
- 오버로딩
- New Dialog
- 드림코딩
- OuterClass
- DB 설정
- 톰켓
Archives
- Today
- Total
목록New Frame (1)
~홍~

GUI 01 import java.awt.EventQueue; import java.awt.Font; import javax.swing.JFrame; import javax.swing.JLabel; import java.awt.BorderLayout; public class GuiMain01 { private JFrame frame; /** * Launch the application. */ public static void main(String[] args) { EventQueue.invokeLater(new Runnable() { public void run() { try { GuiMain01 window = new GuiMain01(); window.frame.setVisible(true); } c..
java/학원수업
2020. 12. 9. 21:25