RE: How to display JPopupMenu properly (size) in model JDialog box?

2002-02-12 Thread Keith Bennett
Akochai - Attached are some modifications to your file. Please check out my comments, especially in the last method. Why do you want to add a button to a menu? Isn't that what a menu item is anyway? - Keith Bennett -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Design guidelines

2002-02-12 Thread Jackson, Martin
Arnit, Some of these comments may be lame or real obvious. I've been at this (Java Development) a while (since 1996), but still have much to learn. -- Read O'Reilly's book Java Performance Tuning by Jack Shirazi (Pg. 18-19 has a good check list) This will help you get the mindset and

Re: Design guidelines

2002-02-12 Thread Christian Pesch
Amit Rana schrieb: 1.Can anyone give some guidelines or points to remember while designing/scheduling a Swing project. - Make use cases before designing your gui - Get user feedback as early as possible 2.Points to remember to get better performance and better memory