Menus
 

File

New : Open a blank document
Open : Open a file on disk
Close : CLose a file
Save : Save you current working document
Save As : Save your document with a different name and format (DOS / UNIX)
Print : Print the current document
Print Setup : Setup printer before printing
Parse : Enable when you project pane points on a Java file. Force a new parsing of Syntax coloring and class libraries
1-9 MRU : List of Opened recent files with Kawa

View

Toolbar : Show/Hide the toolbar buttons
Status Bar : Show/Hide the status bar below the window (where you see information like Line/Column number of the current document
Debug Bar : Show/Hide the debug toolbar button
Output : Show/Hide the output window where we redirect output messages from Sun JDK tools.
Input Window : Show/Hide the Ouput window. Useful when your program need keybo
 

Project

New : Creates a new Kawa project (extension .kawa) and insert the new project in the project pane.
Open : Opens from disk an existing Kawa project (file extension .kawa)
Close : Closes the current Kawa project
Save : Saves the current project (including all files including in project)
Add File : Adds a file from disk in the current working project. The filename would be displayed on the project name. This can be any kind of ASCII file.
Delete File : Remove a file from the project list (but not from the disk...)
Default HTML : Generates a default HTML file using the current .java file to run the applet from a Java enabled browser
Main Class : Active when you have selected a .java file in the project list. Tells Kawa to keep in mind that this file is your main java class. Kawa will run the interpreter.
Main HTML : Active when you have selected a .html file in the project list. Tells Kawa to keep in mind that this file is your main HTML file. Kawa will run the appletviewer.
Compiler options : Displays a complete list of compiler options. Useful to setup the debug Mode.
Interpreter options : Displays a complete list of interpreter options. Useful to add some parameters to your applet or application
Breakpoint list : Displays the list of breakpoint you setup for the debug mode.
 

Package
 
Add/Update : Insert or Update a package. The file dialog box opens and you can select all your .java files contained in your package. A new tree item will be added to the package tree view.
Find Class : Kawa will find the class you are looking for in the tree view.
Find Interface : Kawa will find the interface you are looking for in the tree view
 
 
 Build
Compile : Compile the current working .java source file
Rebuild All : Compile all the .java source files associated to your current .kawa project.
Stop Build : Stop the building process
Stop Run : Stop the current applet or application
Stop Debug : Stop the debugger
Run : Run the application or applet depending of the Main .HTML file or main class selected
Debug : Debiug the applet or application. (-g) must be selected in the Project->Interpreter Options
JDB Debug : Call the JDK debuger in a Dos Window in case you need special debuger options not available during the GUI debug.
Breakpoint Set/Unset : Set/Unset a breakpoint in your source .java file. A red circle should appear on the left side of the editor
When Debug menu is activated, you have the following options :

 
Options
Directories : Setup three (3) third-party tool that Kawa is using indirectly. Enter the location of the following tools :
- Netscape or any Java Internet browser, (ex : C: Files.exe)
- Dippybird Java Api.Hlp file (ex : C: Files.hlp)
- Java JDK path location (ex : C:)
Font : Select the font you want to use in all your document files
Editor : Specify if you want to work with tab or space caracters in the editor, MRU Lenght = Number of files displayed in the Project menu, autoexpand project tree = ..., Class overide menu size = Depending on your screen resolution, you may have to change this setting if you want to see all classes during derived class procedure.
 
Help
Search : search into the java windows help database file from Dippybird
Support : Kawa Support dialog box. Gives you information on how to contact Kawa Team.
Registration : Kawa Registration dialog box : Gives you information on how to register your copy.
Kawa Homepage : Link to the Interbet Kawa homepage at http://www.tek-tools.com/kawa/
Licence : Licencing information
How to order : Ordering information
Register : Insert here your key/code combo to disable the registration dialog box when you run Kawa.
About Kawa : About Us...

Copyright (c) 1996, 1997, WebCetera, WebMaster, Dallas, TX