Eclipse setting
   - Eclipse 2.X setting
     . Font       : Workbench --> Fonts --> Text Font Change
     . Line Number: Java --> Editor --> Show Line Numbers Check
     . Tab        : Java --> Editor - Typing --> Insert space for tabs Check

   - Eclipse 3.X setting
     . Font       : Preference --> General --> Apperance --> Colors and Fonts -->
                    Basic --> Text Font에서 수정
     . Line Number: Preference --> General --> Editors --> Text Editors -->
                    "Insert spaces for Tabs, Show Line Number" Check
     . TAB        : Preference --> Java --> Code Style --> Formatter -->
                    New...Button click --> "cbd16" 입력 후 확인 --> Tab policy를
                    "Spaces only"선택하고 확인 버튼을 클릭합니다.

'프로그래밍 > java' 카테고리의 다른 글

\n 및 \r , <br>  (0) 2011.05.25
이클립스 jad 설정  (0) 2010.06.08
varargs(자바에서 가변인자 사용하기)  (0) 2010.05.22
Vector 클래스  (0) 2010.02.08
jdbc 관련 메소드  (0) 2010.02.08
by antilla 2010. 2. 8. 16:10