Hi everyone,

I was hoping there is some one who could help me out with adding toolbar in java client Application window.
Here is what I'm doing is not working.

I'm writing this code in cotrollerDidLoadArchive().

                // outlet for Window
                EOFrame entryWindow;
// Create a new toolbar
toolbar = new JToolBar();
// Add some buttons to the toolbar
buttonSave = addToolbarButton(toolbar, false, "Save", "save", "Open an existing document" );
entryWindow.getContentPane().add(toolbar);
entryWindow.repaint();

If any of you out there did something similar to what I'm doing. would you please send me example code?.

Please help me out.

Thanks
Praveen
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to