Priya Kannan

Ranch Hand
+ Follow
since Jan 19, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Priya Kannan

Hi All,
I have a JInternalFrame to which I've added a JPanel.It can be resized. Now I want to limit the resize bounds of the JInternalFrame. I tried using the ComponentListener & the componentResized method. But even after I use this I am not able to stop the resizing completely. The Frame gets dragged and when it is let go, it assumes its default width & height. Now I wanna stop resizing AS SOON AS someone tries to. I guess I've made my doubt clear.
Do help!
Thanks.
22 years ago
Thanks a Million Gregg!!!
Your reply was an eye-opener.
22 years ago
Hello All!
I have a JPanel with many other panels added to it in Grid Layout. I have added this main panel to a JScrollPane. The number of panels added to the grid can be determined only during run time. So I have set the height of the JScrollPane to this run time variable. Everything goes well except for the "down arrow" button in the Scroll Bar. It is not visible. I know not what to do. Please help!!!
Thanks.
22 years ago
Hi,
I'm developing a drag and drop application. I drag labels(with icons set) by changing their x & y positions using MouseMotionListener. I add this array of labels to a panel in order. The problem is when I drag the labels, the labels that are added last, go below the ones that were added first(due to the order in which they were added). They don't overlap. I want all labels irrespective of their order of addition to the panel, to overlap all other labels when they are dragged individually.
Please help.
Thanks.
22 years ago
Hi,
I'm developing a drag and drop application. I drag labels(with icons set) by changing their x & y positions using MouseMotionListener. I add this array of labels to a panel in order. The problem is when I drag the labels, the labels that are added last, go below the ones that were added first(due to the order in which they were added). They don't overlap. I want all labels irrespective of their order of addition to the panel, to overlap all other labels when they are dragged individually.
Please help.
Thanks.
22 years ago
Hi,
I'm developing a drag and drop application. I drag labels(with icons set) by changing their x & y positions using MouseMotionListener. I add this array of labels to a panel in order. The problem is when I drag the labels, the labels that are added last, go below the ones that were added first(due to the order in which they were added). They don't overlap. I want all labels irrespective of their order of addition to the panel, to overlap all other labels when they are dragged individually.
Please help.
Thanks.
22 years ago
Thanks Pal! But how do I get my hands on this plug-in. Do explain please.
Regards,
priya kannan
22 years ago
Hello All,
I have done an application with many images. I've placed these images in the Apache server's htdocs folder. But when I run my application, it comes without the images. I don't know what the problem is.Please help.
Regards,
priya kannan
22 years ago
Hello All,
Can anybody please tell me how to run a swing program on a browser?
Thanks,
Priya Kannan
22 years ago
Hello all,
I want to display some text using font face "Webdings Bold" in my application. How do I enable this font.(I'm using JBuilder 5)Please help.
Thanks,
Priya Kannan
22 years ago
Hello all,
I want to display some text using font face "Webdings Bold" in my application. How do I enable this font.(I'm using JBuilder 5)Please help.
Thanks,
Priya Kannan
22 years ago
Hello All,
Is there any means of getting rid of the title bar of the JInternalFrame ???
I'm developing an application in which I'm using JDesktopPane and I want to embed many JInternalFrames in it which can be closed independent of other JInternalFrames. I don't know how to get the JWindow behaviour for the JInternalFrame. Any suggestions welcome.
Please help.Thanks.
Priya Kannan
22 years ago
Hello All,
Is there any means of getting rid of the title bar of the JInternalFrame ???
I'm developing an application in which I'm using JDesktopPane and I want to embed many JInternalFrames in it which can be closed independent of other JInternalFrames. I don't know how to get the JWindow behaviour for the JInternalFrame. Any suggestions welcome.
Please help.Thanks.
Priya Kannan
22 years ago
Hello All,
Is there any means for making the title bar(the violet portion) of the JInternalFrame not visible???
Please help.Thanks.
Priya Kannan
22 years ago
That solves my problem.
Thanks a lot Mike.
22 years ago