- // 스크린을 가운데 배치
- dim1=super.getSize();
- xpos=(int)(dim.getWidth()/2-dim1.getWidth()/2);
- ypos=(int)(dim.getHeight()/2-dim1.getHeight()/2);
- super.setLocation(xpos,ypos);
- super.setVisible(true);
'Programming > JAVA' 카테고리의 다른 글
[자바] Infinity 처리 (0) | 2012.10.13 |
---|---|
[자바] NaN, Infinity (0) | 2012.10.13 |
[Swing]JTable 에 체크박스 넣기 (0) | 2012.10.07 |
[Swing] JTree의 이벤트들 (0) | 2012.10.07 |
[Swing]JSplitPane 반으로 쪼개는 판넬 (0) | 2012.10.07 |