Shanmugham

Greenhorn
+ Follow
since Jul 24, 2002
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 Shanmugham

Hi everybody,
My problem is like this. I have Jpopupmenu object and im making it shown when i press right mouse button click. When i press mouse near the borders of the container, the part of it become invisible.
for eg, if my container object is occupying full screen and im pressing right click on the right border of the container, the popup is invisible.
What i want is, the popup menu should be visible and its location has to be properly set by calculating its x & y coordinates, even if u press near the right extreme border of the container (which occupies full screen) or pressing it at bottom of the screen.
can any one try to suggest how to solve this problem???
thanks in advance
ciddharthan
21 years ago
Hi,
I have a problem with JDialog.
Well, I have a JDialog object whose resizable property is set to false i.e by setResizable (false). In this case, it does not display an icon in its Title bar. When its resizable property is set to true by using setResizable( true ), it shows Java Icon there. What i need is, i should have a JDialog object with its resizable property set to false (by setResizable( false )) and have a java icon its Title bar.
Could you help me in this?
Thanks in Advance,
Ciddharthan
21 years ago