Hope Eclipse runs on your computer , it will show a window similar to this.
Lets explore about different panes inside the eclipse window and learn about functions of each of them.
Lets explore about different panes inside the eclipse window and learn about functions of each of them.
- Package Explorer: Shows all the Project in your current workspace. The red cross mark on the icon of a project shows that it contains error(s).
- Tool Bar: contains all the shortcuts for the tools that are generally required during development. Some important tools are run , debug, breakpoint etc.
- This is your working area. Shows the content of current file and contains all the opened file in tabs at top.
- Palette: Contains some predefined layouts, and graphical objects like buttons and text box. This is only visible if a graphical layout of a xml file is opened.
- Side Bar: contains Outline of current file and properties of current selected object.
- This area contains some of the important tools like console and logcat. Console is like a chat window where Eclipse tells you what it is doing. While Logcat contains list of log reports. We will explore about them later.
No comments:
Post a Comment