Re: JTable display problem

2003-01-14 Thread Vikram Kumar
TableModel. Please help me. Regards+tia. ___ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing -- Regards Vikram Kumar Visit me at http://www.employees.org/~vikram

Re: What is this JComponent?

2002-10-01 Thread Vikram Kumar
and text at bottom. But how can I implement that when I first click on it,the background color of the text is changed(only getting focus, not fire an event) and click again, then fireone event? Thanks. -Original Message- From: Vikram Kumar[mailto:[EMAIL

Re: What is this JComponent?

2002-10-01 Thread Vikram Kumar
in that case what coulf be the solution Greg Munt wrote: That's the AWT way of doing things. Overriding paint would likelycause problems if a PLAF were required later on. - Original Message - From: VikramKumar

Re: JDialog problem

2002-09-18 Thread Vikram Kumar
Hi! Tell me one thing what are you setting as parent for the second Dialog Box (which opens up on clicking of the tree ) vikram Soumitra Dhankar wrote: Hi All, My application has a modal JDialog which contains a JTree. On right click of nodes of this JTree I want to show a JPopupMenu

Re: JTable row renderer

2002-08-29 Thread Vikram Kumar
Hi! You will have to override the TableCellRenderer for that and set the background.. Have you tried doing that ??? vikram Bhangale, Bhushan wrote: Message Hi All, I want to color a row based on time. I have four columns in a row in which one column is storing

Re: JTabbedPane repaint

2002-08-27 Thread Vikram Kumar
one crude way will be to put a mouseListener on the parent of Tabbed Panel vikram Pallika Haridas Kanani wrote: Hi all, I have a JTabbedPane where each panel is used for input to a database and also displays data from the database. Now i want that everytime a panel gets displayed (i.e.

Problem with JPopUPmenu and dialog.

2002-03-18 Thread Vikram Kumar
Hello Friends, In my application in Java we have a sort of dockable explorere which is basicaly a JDialog. Now we also have a JInternalFrame and when i show a popUpmenu with a submenu in the jinternal frame the submenu comes over the expllorer and the popup menu remains behind the explorer. I

Problem with JPopUPmenu and dialog.

2002-03-18 Thread Vikram Kumar
Hello Friends, In my application in Java we have a sort of dockable explorere which is basicaly a JDialog. Now we also have a JInternalFrame and when i show a popUpmenu with a submenu in the jinternal frame the submenu comes over the expllorer and the popup menu remains behind the explorer. I

Flickerring Problem With JPopUpMenu

2002-03-16 Thread Vikram Kumar
Hello Friends, In my application made in Java i show a JPopUpmenu on a JINternalFrame in a DekstopPane which is further kept in JFrame. The contents of the PopUpMenu may vary as according to the various places where the mouse is clicked. Sometimes when the mouse may be clicked on the lower part

Flickerring Problem With JPopUpMenu

2002-03-16 Thread Vikram Kumar
Hello Friends, In my application made in Java i show a JPopUpmenu on a JINternalFrame in a DekstopPane which is further kept in JFrame. The contents of the PopUpMenu may vary as according to the various places where the mouse is clicked. Sometimes when the mouse may be clicked on the lower part