Lays out the Bundle Menu, sets the bundle menu items to the correct langauge
PRE: bundle points to the correct Resource Bundle for the current language
POST: Bundle Menu has been initialized
Lays out the Edit Menu, sets the edit menu items to the correct langauge
PRE: bundle points to the correct Resource Bundle for the current language
POST: Edit Menu has been initialized
Lays out the File Menu, sets the file menu items to the correct langauge
PRE: bundle points to the correct Resource Bundle for the current language
POST: File Menu has been initialized
Lays out the Help Menu, sets the help menu items to the correct langauge
PRE: bundle points to the correct Resource Bundle for the current language
POST: Edit Menu has been initialized
Lays out the Project Menu, sets the project menu items to the correct langauge
PRE: bundle points to the correct Resource Bundle for the current language
POST: Edit Menu has been initialized
Lays out the View Menu, sets the view menu items to the correct langauge
PRE: bundle points to the correct Resource Bundle for the current language
POST: Edit Menu has been initialized
Lays out the Windows Menu, sets the window menu items to the correct langauge
PRE: bundle points to the correct Resource Bundle for the current language
POST: Edit Menu has been initialized
RBEditTableModel
An interface that allows a JTable to directly access our data, rather than
arranging our data in a generic form that the DefaultTableModel could
digest.
FindDlg
Searches for a string designated by the user, in the resource
bundles and shows the results to the user by highlighting the
entry in the appropriate EditorWindow.
NewProjectDlg
Dialog box that asks the user if they want to use an existing root
or if they want to create a new root in the creation of a new project.