일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- #binary
- html video
- 하이퍼레저패브릭
- #C++ 연산자함수오버로딩
- html5 new tag
- #bubbleSort
- hyperledger transaction
- #android activity
- html youtube
- #성적관리프로그램
- html code
- html plug-in
- #JAVASCRIPT
- relative path
- docker example
- html id
- #자바상속#자바이즈어#is~a
- #CallByAddress
- #C++ has~a
- git flow
- mac terminal command
- #2차원배열
- html object
- #3차원배열
- #다차원포인터
- 토큰경제
- border-box
- html multimedia
- html charset
- #1차원배열
- Today
- Total
A sentimental robot
eclipse use 본문
step 1. Creating a project
File - New - Project
step 2. Creating a class in the project
Class names usually start with an uppercase letter.
<Setting>
* At the upper right side is Open Perspective icon -> you can check Views which are useful in developing projects.
* Font edition : Window - Preferences - General - Appearance
* When you accidentally close a important menu like Package Explorer, Window - Show View - Package Explorer
<Keyboard shortcut>
* Auto alignment key : Ctrl+Shift+f
* Debug : f11
* Content assist : Ctrl + Space bar
ex) System.out.println(); keyboard shortcut : "syso" + Ctrl + spacebar + enter
* Annotation key : Ctrl+Shift+/
* Remove annotation : Ctrl+Shift+\
* Font size control : Ctrl+'+' and Ctrl +'-'
* Remove a line : Ctrl + d
'Java' 카테고리의 다른 글
배열[array] (0) | 2017.12.28 |
---|---|
자바언어는 무엇으로 이루어져 있을까? (0) | 2017.12.28 |
자바언어에 대해서 (0) | 2017.12.28 |
Basic info before starting programming (0) | 2017.12.27 |
JDK install/자바 개발 환경 구축 (0) | 2017.12.26 |