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
- 0 + 0
- 크라우딘
- 거르개
- 소원성취
- 연변
- Nick
- 오블완
- 조선어
- Notepad++
- infinite imagination
- 한국어
- 조선족
- 티스토리챌린지
- 스트림
- 이제된다
- HWP
- 필터
- 스트링
- crowdin
- 닉 등록
- ∞
- 리브레오피스
- 아래한글
- 한글화
- freenode
- 눈금자
- PC통신
- 문화주권
- poedit
- 無限想像
Archives
- Today
- Total
DreamFactory7
문제되는부분 : 빨간색 본문
/////////////////////////////////////////////////////////////
// 채팅 로그창
// TODO 하나의 패널에 넣고개발하려고했으나 라벨이 커져버려서 안될꺼같음
panel_ChatLog = new Panel();
panel_ChatLog.setLayout(new BoxLayout(panel_ChatLog, BoxLayout.Y_AXIS));
panel_ChatLog.setBounds(15, 80, 612, 300);
//panel_ChatLog.setLayout(new FlowLayout(FlowLayout.CENTER, 5, 5));
Label label_ChatLog = new Label("채팅로그");
//label_ChatLog.setBounds(15, 60, 80, 20);
panel_ChatLog.add(label_ChatLog);
//this.add(label_ChatLog);
textarea_ChatLog = new TextArea();
panel_ChatLog.add(textarea_ChatLog);
this.add(panel_ChatLog);
'삽질 > GameServer' 카테고리의 다른 글
MAME Plus! Plus Kaillera (0) | 2013.01.03 |
---|---|
test (0) | 2012.02.17 |
[질문] 이클립스의 퍼스팩티브가 비활성화되었습니다. (0) | 2010.09.27 |
[질문] 이클립스에서 한글이 깨지면 어떻게해야합니까? (0) | 2010.09.26 |
Server Manager 1.0.2 개발화면 (0) | 2010.06.07 |