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
for this you would have to create your custom button extending from JButton and then overriding its paint method Xiao Wei wrote: Hi Vikram, Thank you very much for your quick response. Yes, you are right we can have a button which has icon at top

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
am attaching a small snapshot to explain the problem. Any type of help and links would be highlly appreciated. Thanks In Advance Vikram inline: screenshot.jpg

Problem with JPopUPmenu and dialog.

2002-03-18 Thread Vikram Kumar
am attaching a small snapshot to explain the problem. Any type of help and links would be highlly appreciated. Thanks In Advance Vikram inline: screenshot.jpg

Flickerring Problem With JPopUpMenu

2002-03-16 Thread Vikram Kumar
in Advance Vikram. ___ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing

Flickerring Problem With JPopUpMenu

2002-03-16 Thread Vikram Kumar
in Advance Vikram. ___ Swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/swing

Re: Explicitly closing pop up menu..

2001-11-15 Thread Vikram
thanks.. but tell me one thing michael.. how do I call the clearSelectedPath() method ?? I mean how do i get the instance of MenuSelectionManager ? thanks in advance vikram Michael Roehrl wrote: Vikram wrote: Hi! Friends.. Hi! I know this question may look a bit trivial.. but I am

Re: Explicitly closing pop up menu..

2001-11-15 Thread Vikram
thanks a lot... it worked vikram Michael Roehrl wrote: Vikram schrieb: thanks.. You're welcome. but tell me one thing michael.. how do I call the clearSelectedPath() method ?? I mean how do i get the instance of MenuSelectionManager ? Exactly as I wrote

Explicitly closing pop up menu..

2001-11-14 Thread Vikram
Hi! Friends.. I know this question may look a bit trivial.. but I am stuck in it. I wanted to know that if there is any way by which we could explicitly close the JPopUpMenu . Any type of help or pointers would be highly appreciated... Regards vikram -- Yesterday is history. Tomorrow