자바로 GUI를 만들때 로그창을 JTextArea로 만들려면1, JTextArea가 스크롤 가능하게하고2. 로그가 발생하면 JTextArea 뒤에 내용을 붙이고 스크롤을 맨 아래로 내리면 된다. 1. JTextArea에 스크롤 넣기: 자바 JTextArea에 스크롤을 넣는 방법은, JScrollPane안에 JTextArea를 넣으면 된다.JTextArea txtLog = new JTextArea();JScrollPane scrollPane = new JScrollPane(txtLog);contentPane.add(scrollPane); * 주의 : JTextArea.setPreferredSize를 설정하면 스크롤바가 생기지 않는다. 2. JTextArea에 내용 붙여넣기 + 맨 아래로 스크롤하기 : JT..
빈 공백의 Border를 설정함으로써 내부 공백을 띄울 수 있다. JPanel pane = new JPanel();pane.setBorder(BorderFactory.createEmptyBorder(10 , 10 , 10 , 10); //상하좌우 10씩 띄우기 Border javax.swing.BorderFactory.createEmptyBorder(int top, int left, int bottom, int right) createEmptyBorderpublic static Border createEmptyBorder(int top, int left, int bottom, int right) Creates an empty border that takes up space but which does no..
- Total
- Today
- Yesterday
- 안드로이드
- google app engine
- 서울
- 속깊은 자바스크립트 강좌
- mini project
- 안드로이드 앱 개발 기초
- gre
- c++
- java
- php
- Python
- 강좌
- 자바스크립트
- 뽐뿌
- K100D
- 삼식이
- 팁
- 샷
- HTML5
- Android
- GX-10
- 사진
- lecture
- Writing
- gae
- HTML5 튜토리얼
- TIP
- ny-school
- 탐론 17-50
- Javascript
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |