1. 程式人生 > >java中的Eclipse的主要檢視

java中的Eclipse的主要檢視

一,Java中的eclipse的主要視窗

二,Package explorer 顯示專案結構,包,類,和資源

三,右邊的outline Access 作用:方便顯示,查詢,和修改,(選中變數,右鍵有重新命名等等)

四,下邊的

1console :統一,,顯示結果

2problem:報錯的地方

五,Type Hierarchy顯示Java繼承層次結構

調出它的方法為 先選中類,在按F4

六,檢視:(在右上方Java,還有debug

Java用於寫程式碼,

Debug用於除錯程式

七,字型的設定:

1,Java字型設定:Windows-->preferences---->General--->appearance-->color and fonts--->java-->java Editor Text font

2,控制檯字型設定

Windows-->preferences---->General--->appearance-->color and fonts--->Debug-->Console font

3,其他字型

Windows-->preferences---->General--->appearance-->color and fonts--->Basic-->Text font

八,行號的顯示和隱藏

點選show line number

九,窗體亂了,怎麼復位?

Windows--》Rest perspective-->yes

十,控制檯的Console不見了?

Windows---》show view