Hi all,
Need some help for creating a resizable JPopupMenu.
Just like any JFrame user should be able to drag JPopupMenu for resizing.
Regards,
Mahesh Kedari - Fidus Technologies Ltd.
Michael Dunn
Rancher
Joined: Jun 09, 2003
Posts: 3619
posted
0
might be easier to popup a small JDialog, with border only (no titlebar),
then add the same/similar functionality as that of a JPopupMenu
Mahesh Kedari
Ranch Hand
Joined: Nov 28, 2009
Posts: 91
posted
0
Hi Michael,
Thanks alot for this solution. I've used this at one place but now i need to add a JPopup for hint of JTextField.
Problem with JDialog is, it opens new window on taskbar which i dont want. Is there any way to make the parent component of JPopup menu, resizable runtime?
Rob Camick
Ranch Hand
Joined: Jun 13, 2009
Posts: 1644
posted
0
On Windows a JDialog does not show up on the task bar. Maybe its different for other OS.