• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Adding Toolbar in Java Client
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Adding Toolbar in Java Client


  • Subject: Adding Toolbar in Java Client
  • From: Praveen Boppana <email@hidden>
  • Date: Mon, 20 Feb 2006 10:04:05 -0500

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@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Detecting a deleted object
  • Next by Date: Re: Stress testing
  • Previous by thread: Making a dynamic Style sheet, suggestions
  • Next by thread: PostgreSQL vs MySQL for Blobs
  • Index(es):
    • Date
    • Thread