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
- freenode
- 오블완
- 조선족
- 티스토리챌린지
- HWP
- 소원성취
- 無限想像
- 한국어
- 크라우딘
- poedit
- 연변
- 필터
- 스트링
- 리브레오피스
- 눈금자
- Notepad++
- 아래한글
- 0 + 0
- infinite imagination
- 스트림
- 거르개
- crowdin
- 조선어
- ∞
- Nick
- 닉 등록
- 문화주권
- PC통신
- 이제된다
- 한글화
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 |