일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- html charset
- #CallByAddress
- #JAVASCRIPT
- #성적관리프로그램
- #C++ 연산자함수오버로딩
- mac terminal command
- html id
- docker example
- border-box
- #다차원포인터
- #2차원배열
- #android activity
- #C++ has~a
- 토큰경제
- html5 new tag
- #bubbleSort
- 하이퍼레저패브릭
- html code
- html plug-in
- html video
- html multimedia
- git flow
- #자바상속#자바이즈어#is~a
- html object
- relative path
- html youtube
- #3차원배열
- hyperledger transaction
- #1차원배열
- #binary
- 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 |