Features of JBuilder - PowerPoint PPT Presentation

1 / 12
About This Presentation
Title:

Features of JBuilder

Description:

... in red. Navigate via files inheritance tree. Paste code between ... Action performed. Automatic code generation. Typical Java application. Designer or builder ... – PowerPoint PPT presentation

Number of Views:24
Avg rating:3.0/5.0
Slides: 13
Provided by: admi1072
Category:

less

Transcript and Presenter's Notes

Title: Features of JBuilder


1
Features of JBuilder
  • Integrated Development Environment
  • IDE

2
IDEs
  • Most IDEs operate in a similar manner
  • Kawa, Eclipse, CBuilder, Visual C
  • Knowledge gained may be reused in other systems
  • Built in support for event handling
  • Rapid code development
  • Possibly faster than line editor compiler

3
Features
  • IDE
  • 1 - Editor
  • 2 - JDK compiler
  • 3 - Packages
  • 4 - Libraries
  • 5 - Java automatic code
  • 6 - Desktop persistence
  • 7 - Objects inheritance trees

4
JBuilder Editor
  • Editor colour coded text
  • Context sensitive help
  • Control F1
  • Function dot parameters
  • Syntax errors in red
  • Navigate via files inheritance tree
  • Paste code between windows

5
Features cont
  • Packages -file handled in groups
  • Breakpoint
  • Trace mode step in or over function
  • Single step debugging
  • Monitor variables
  • Enable debugging features
  • Projects and persistence

6
JB screenshot
7
JB windows
  • Source tab
  • Editor
  • File names
  • Variables and functions
  • Editor window tabs select files
  • Kill process button LH corner

8
Menus
  • File new
  • project, application, applet or class
  • Project
  • compile, add remove files to project
  • Run
  • Rebuild project
  • Avoid duplicate classes

9
JB Designer
10
Designer options
  • Properties and events tabs
  • AWT or Swing
  • Add Swing containers
  • Add Swing components
  • Events
  • Action performed
  • Automatic code generation

11
Typical Java application
12
Designer or builder
  • Build interface
  • User adds original code
  • Interfaces and user code may be reused
  • Goal - separate interface and user code
  • Rapid prototype
  • Obfuscation
Write a Comment
User Comments (0)
About PowerShow.com