Hello everybody, I'll keep this brief, because its kindof ot. I am creating a Drag & Drop style form editor (Kind of like a simple Corel PhotoPaint or Adobe...
KC_Eilander@...
Aug 1, 2001 3:48 pm
2415
A GUI editor? That's what Java Beans are for, I think. You might want to look at NetBeans' GUI editor (it's open source) too. ... From: KC_Eilander@......
Greg Munt
greg@...
Aug 1, 2001 4:04 pm
2416
We have some data that, after long debate in our group, we have decided to represent using a JTree (i.e. this choice is a hard constraint on further design). ...
kynn@...
Aug 1, 2001 11:45 pm
2417
With JTree, when a node's descendant is selected (i.e. highlighted), and then the node is "closed", the descendant becomes deselected and the node itself...
kynn@...
Aug 1, 2001 11:45 pm
2418
What every American who watches or reads the news needs to know! CRITICALLY-ACCLAIMED VIDEO EXPOSES MEDIA BIAS, FALSIFICATIONS, AND LIES Do you believe-like...
admin@...
Aug 2, 2001 2:32 am
2419
Hi , I have a combo box ,which is editable . It gets resized when i enter long text. How can i keep its size fixed ? Can i make the size of text field fixed ....
Preeti Pujni
preetip@...
Aug 2, 2001 9:49 am
2420
Hi , I have a combo box ,which is editable . It gets resized when i enter long text. How can i keep its size fixed ? Can i make the size of text field fixed ....
Preeti Pujni
preetip@...
Aug 2, 2001 9:59 am
2421
Hi , I have two JTrees in a panel represent two XML document. If i select a Node in one JTree then how can i highlight the same in the other JTree . I have...
Preeti Pujni
preetip@...
Aug 2, 2001 11:13 am
2422
... The SpringLayout in 1.4 probably goes a long way toward this. Mark Davidson demoed a near-fully functional version of the new BeanBox that allowed almost...
Brian J. Sletten
brian@...
Aug 2, 2001 1:42 pm
2423
confirm 442939 _______________________________________________ Advanced-swing mailing list Advanced-swing@... http://eos.dk/mailman/listinfo/advanced-swing...
thomas mueller
phan_thomas@...
Aug 2, 2001 2:46 pm
2424
With a reference of the first tree and the grabFocus() method. tree1.grabFocus(); ... _______________________________________________ Advanced-swing mailing...
Jose Antonio Lamas
jalamas@...
Aug 2, 2001 4:14 pm
2425
Hi, Can anyone guide me to some sample code which creates an oval shaped (customized shape) JButton. Thanks, pradeep ...
Pradeep, Chinnaswamiah
cprad@...
Aug 3, 2001 11:13 am
2426
Someone needs to introduce you to The Swing Connection. :) You have a couple of options here. a) extend the ButtonUI class and register it with swing's L&F...
KC_Eilander@...
Aug 3, 2001 3:07 pm
2427
Hi, I would like to extend the DefaultStyledDocument class in which I would want to create elements at a time when a customized event is thrown in my...
S Uma
suma@...
Aug 6, 2001 6:10 am
2428
Hi, Some time ago, I wrestled with this same problem, and nobody could help me; not this list, not advanced-java, not jGuru, not JDC Forums. Seems like nobody...
Marijn H. van der Ploeg
marijn@...
Aug 6, 2001 7:38 am
2429
... You might as well use the protected void insertUpdate(DefaultDocumentEvent chng, AttributeSet attr) protected void removeUpdate(DefaultDocumentEvent chng) ...
Christian Pesch
christian.pesch@...
Aug 6, 2001 9:29 am
2430
Does anyone know a way to make a single TAB key stroke cause a table cell editor to close (ie. stop editing) and transfer focus to the next cell in the table?...
Farwell, Paul
PFarwell@...
Aug 6, 2001 6:03 pm
2431
... [...] ... isManagingFocus is the only possibility to prevent the FocusHandler to catch the tabs. The component takes responsibility for the tab itself - ...
Kleopatra
fastegal@...
Aug 7, 2001 12:38 pm
2432
Hi, I am trying to implement drag and drop in JTree . My requirement is as follows i have a jtree in left hand side of a frame and a text area in right...
SANDRA GOPIKRISHNA
s_gopikrishna@...
Aug 8, 2001 1:21 am
2433
Hi., Can I know how to open a JFrame in Maximized mode., Thanks and Regards Panyam _______________________________________________ Advanced-swing mailing list...
Panyam Krishna Murthy
panyamkm@...
Aug 8, 2001 7:27 am
2434
Hi , I came across a strange problem with JPopupMenu. I have a JPopupMenu, which consist of a set of JMenuItems and 2 JMenus added to it. Whenever I try moving...
Chinnaswamiah, Pradeep
cprad@...
Aug 8, 2001 9:11 am
2435
Hi Gopikrishna.. See this link and dowload the source code zip file.Hope this may help u. http://www.javaworld.com/javaworld/javatips/jw-javatip97.html ...
prakashkumar
praku@...
Aug 8, 2001 10:57 am
2436
Frame.setExtendedState(Frame.MAXIMIZED_BOTH); It was added in 1.4. ... John Zukowski, Strategic Java Consulting JZ Ventures, Inc. - http://www.jzventures.com ...
John Zukowski
jaz@...
Aug 8, 2001 1:01 pm
2437
IF YOU HAVE HIGH BLOOD PRESSURE YOU MUST READ THIS The following article about your health is brought to you by NATURE’S CURES, INC., dedicated to natural...
admin@...
Aug 9, 2001 5:20 am
2438
Hi All: I had this application working in java 1.2.1 version and now when i test it in the 1.2.2 version the method call ...
Ramaraj Kalaiselvi
rkalaiselvi@...
Aug 9, 2001 7:21 pm
2439
Summer Sale... Buy any type of toner at wholesale prices. If you own or lease any brand of copier, fax or printer you can get preferred pricing on all our...
TonerCity USA
tonercity@...
Aug 10, 2001 9:28 pm
2440
Hi, I'm developing Remote Control application ,the applet creates more than one thread.Each Thread is a daemon process,which will call servlet to get the...
Mohammed Banda Ali M ...
mohammed.ali@...
Aug 11, 2001 10:47 am
2441
New Browser Breakthrough - See it Live Click Here to see ShapeShifter eliminate the browser! Make any Image a Browser Window Today's issue focuses on Rovion....
Rovion
jpaglia@...
Aug 11, 2001 1:45 pm
2442
Hi all .. I am facing the problem of tooltip blinking. Whenever I move the mouse on the component to get the tooltip , I get it but it is continuously...
sanjay
callme_sanjay@...
Aug 13, 2001 5:33 am
2443
Hi... I am trying to implement drag and drop in JTextPane.But when i try to select some text from the textPane itself, the dragGestureEvent is called(since the...