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 PROTECTED

RE: 3 JTables displaying almost the same data

2001-10-22 Thread Keith Bennett
Jorge - If you haven't already, you might want to check out the Java Tutorial: http://java.sun.com/docs/books/tutorial/uiswing/components/table.html You would definitely need three different table model objects, but you might be able to write a single model class and create three instances of

Re: [Advanced-java] Re: Is JOptionPane internationalized ?

2001-09-28 Thread Keith Bennett
Bharat - I don't know of any version of the JRE that is internationalized more than the standard version is. I don't know of any place to get a Japanese version of basic.properties either. It would be great if one entity (such as Sun) would provide these files or coordinate with others who

Re: [Advanced-java] Re: Is JOptionPane internationalized ?

2001-09-28 Thread Keith Bennett
Bharat - I don't know of any version of the JRE that is internationalized more than the standard version is. I don't know of any place to get a Japanese version of basic.properties either. It would be great if one entity (such as Sun) would provide these files or coordinate with others who

Re: Is JOptionPane internationalized ?

2001-09-27 Thread Keith Bennett
Bharat - Check to see if the rt.jar in your Solaris JRE contains a Japanese language file named basic_jp.properties. This is the file would probably contain the Japanese strings. (The file basic.properties is what contains the English strings.) However, there are several problems with

RE: JMenu Esc Key Bug

2001-07-24 Thread Keith Bennett
Pradeep - The [Escape] key works for me. I'm using JDK 1.3 in an app (not an applet). Perhaps there's some kind of exception occurring? Have you checked the console for error messages? - Keith -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

Re: Editing JTable Cell - Saving modified value

2001-06-19 Thread Keith Bennett
If you want the text to be saved as it is being modified (i.e. before the cell loses focus), then I think you could add a DocumentListener to the editor's JTextField editor component. However, this listener would be called every time the contents change. - Keith Meenakshi Yadav wrote: Is

Re: Editing JTable Cell - Saving modified value

2001-06-19 Thread Keith Bennett
If you want the text to be saved as it is being modified (i.e. before the cell loses focus), then I think you could add a DocumentListener to the editor's JTextField editor component. However, this listener would be called every time the contents change. - Keith Meenakshi Yadav wrote: Is

Re: Help with JTable column

2001-05-28 Thread Keith Bennett
of columns. - Keith Bennett Panyam Krishna Murthy wrote: Hi., I am using a JTable with AbstractTableModel., on right of a table header i am removing the selected columns ., columns are removed from the column model., but the gap that column occupied is left blank inspite of calling auto resize

Problems Using JTable for Calendar

2001-05-26 Thread Keith Bennett
open to using that instead. Thanks for any help. - Keith Bennett ___ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing

SelectAllAction Menu Action Posts Key Event?

2001-04-04 Thread Keith Bennett
/sampleUse.java I appreciate any feedback you can offer. - Keith Bennett ___ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing