A sentimental robot

eclipse use 본문

Java

eclipse use

GOD03219 2017. 12. 26. 15:20

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