Zelix KlassMaster

File Open

Zelix KlassMaster loads classes by the directory. This is because a package corresponds to a directory in the JDK and many other Java development environments. So to load a class you must load the directory in which it is stored. When you load a directory all the files with the ".class" extension in that directory are loaded.
 

Basics

When Zelix KlassMaster is started it automatically opens the "Select Package Directories" dialog. You may open the dialog at any other time by selecting the File Open menu.
File Open...
Leads to...

The left panel of the "Select Package Directories" dialog is the directory tree. It displays the current directory between angle brackets (ie <...>)
  • below all of it's parent directories and
  • above of all of it's immediate subdirectories.
The current directory can be changed by using the mouse to double click on another directory or by selecting another directory and pressing <Enter> (<Shift><Enter> in Windows).

The selected directory is the directory that is currently highlighted in the left panel.

Select Package Directories
 

Selecting Directories

The Selected Directories panel lists the directories which will be searched for ".class" files to load. Select a directory in the directory tree then
  • Click on >
to move it to the Selected Directories panel.

Alternatively

  • Click on >> or
  • Press <Ctrl><Enter>
to move the selected directory and all it's subdirectories to the Selected Directories panel.
Select Package Directories
 

Removing Directories

To remove a directory from the Selected Directories panel, select it and
  • Click on < or
  • Double click on the directory in the Selected Directories panel or
  • Press <Delete>

To remove all directories from the Selected Directories panel, simply click on <<

Click on OK to load the ".class" files stored in the selected directories. Otherwise press Cancel

Select Package Directories

Documentation Table of Contents
Copyright © 1997 Zelix Pty Ltd (ACN 078 740 093)