Search the web
Sign In
New User? Sign Up
advanced-swing
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2342 - 2371 of 3432   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2342
Because of the way JInternalFrames work, you can't call setSelected(true) before the toplevel frame is "realized" and visible on the screen. This means that...
Vella, John
john_vella@...
Send Email
Jul 1, 2001
5:42 pm
2343
Hi All, I have a JTree added to a scrollpane. Sometimes I see nodes like "node..." though there is enough space to show this treenode. When I click this node...
Bharat Dighe
bdighe@...
Send Email
Jul 1, 2001
6:18 pm
2344
Hi all, I am reading the directory structure and displaying in Jtree. for e.g root dir(/) and two files abc.txt and b.java and i am also displaying two files ...
Ravi Prakash
ravi@...
Send Email
Jul 3, 2001
9:45 pm
2345
Hi all, I have the following scenario: I have several JInternalFrames that are layered on a JDesktopPane which itself is contained in the content pane of a...
Ralph Kar
rk@...
Send Email
Jul 4, 2001
9:47 am
2346
Hi If I'm not mistaken. You simply need to set a preferredSize on the JDesktopPane. Nicholas ... <mailto:advanced-swing-request@...?subject=subscribe> ... ...
Nicholas Wright
nick@...
Send Email
Jul 4, 2001
9:51 am
2347
Hello advanced-swing, In JApplet, I do something and popup a modal dialog A, in modal dialog A I do something and popup a modal dialog B. Everything is ok. But...
lourie
lourie_zhang@...
Send Email
Jul 4, 2001
1:41 pm
2348
That's interesting. Try constructing each dialog as follows: JDialog DialogA=new JDialog((JFrame)null,true); JDialog DialogB=new JDialog((JFrame)null,true); ...
Joe Warwick
jrwarwick@...
Send Email
Jul 5, 2001
12:24 am
2349
Hi , How can i make a Tabbed Pane scrollable to liit the no. of tabs. Or is their any other way of limiting the number of tabs in a Tabbed Pane. Preeti ... ...
Preeti Pujni
preetip@...
Send Email
Jul 5, 2001
4:24 am
2350
Hi , I have a Editable Combo Box with an action listenser added to it. I want the event to fire only on Enter key but that does not happen. I have added the...
Preeti Pujni
preetip@...
Send Email
Jul 5, 2001
10:09 am
2351
You may want to try the following: In your container: getRootPane().setDefaultButton(okButton). Note: I assume you have a button called "OK" (okButton) on your...
Ma, Ancheng
Ama@...
Send Email
Jul 5, 2001
2:17 pm
2352
I think you maight have to perform the following JTextField jtf = (JTextField)combobox.getEditor().getEditorComponent(); and then add the listeners to it. ... ...
Steve Barrett
sjbjava@...
Send Email
Jul 5, 2001
5:39 pm
2353
Dear All , If any body has newsgroup server list for swing kindly forward me. I am in need of it. I wish to add the newsgroups to my outlook news account. ...
Samivelu, Srinivasan
srinivasan.samivelu@...
Send Email
Jul 6, 2001
3:23 am
2354
Hello, im trying to use a JTabbedPane containing several JPanels. When i click on the tabs ( or move another window over the Pane ) the JTabbedPane doenst...
Matthias Kümpel
matthias.kuempel@...
Send Email
Jul 6, 2001
11:55 am
2355
Tools To Help You Make Money on the Internet Hello I am reviewing secure data storage, and the dangers associated with not backing up your information. How...
Miss Charliez Usana
charliezeusana@...
Send Email
Jul 8, 2001
3:09 am
2356
Why is it that the Swing mailing lists tend to get more spam then almost all the other mailing lists I am on combined.... J John Zukowski, Strategic Java...
John Zukowski
jaz@...
Send Email
Jul 8, 2001
3:49 am
2357
Can anyone suggest an available toolkit wrapper for Java Drag n' Drop? Thanks Shabbir _______________________________________________ Advanced-swing mailing...
Shabbir Gandhi
sgandhi@...
Send Email
Jul 8, 2001
12:38 pm
2358
Hi , I have a JTextArea with a pop-up menu . The pop-up menu has an item which as an Action associated with it .Corresponding to this pop-up item I have an ...
Pradeep, Chinnaswamiah
cprad@...
Send Email
Jul 9, 2001
12:17 pm
2359
... "Swing" has other connotations... Just like in the late 80's, the newsgroup comp.windows.news was supposed to be about James Gosling's NeWS window system...
Frank D. Greco
fgreco@...
Send Email
Jul 9, 2001
1:15 pm
2360
... AM --------------------------- KC Eilander/MTN/US/3Com 07/09/2001 08:39 AM Sent by: KC Eilander - Software Engineer, 3Com To: "Frank D. Greco"...
KC_Eilander@...
Send Email
Jul 9, 2001
2:42 pm
2361
Hello all, This question is to do with AWT Dialog, but I'm sure that it is valid in Swing too. How do I make sure that there is only a single instance of my...
Prasad Vootla
Prasad.Vootla@...
Send Email
Jul 10, 2001
8:09 pm
2362
Have a boolean variable indicating the state of the dialog ie if(!DialogIsOpen){ openDialog(); DialogIsOpen = true; } ... From: "Prasad Vootla"...
Joe Warwick
jrwarwick@...
Send Email
Jul 11, 2001
1:25 am
2363
Hi, I found this text from one of the sun's sites http://java.sun.com/products/jlf/ed1/dg/index.htm ...
Pradeep, Chinnaswamiah
cprad@...
Send Email
Jul 12, 2001
7:30 am
2364
Hi, I want to add multiple files in the Jlist using Jfile chooser multipe selected how is it possible. I also want to know how to disable by Jtable .When i use...
Charan Preet
charanpreet@...
Send Email
Jul 12, 2001
11:22 am
2365
Today's Topics: 1. (no subject) (Charan Preet) --__--__-- Message: 1 Reply-To: <charanpreet@...> From: "Charan Preet" <charanpreet@...> To:...
Ivan Roza Medina
Ivan.Roza@...
Send Email
Jul 13, 2001
11:25 am
2366
Hello, I have a CSS file that gives the styles for a set of tags. In my Jeditorpane, I would like to fetch the style from the CSS and apply to the text that is...
S Uma
suma@...
Send Email
Jul 13, 2001
12:22 pm
2367
Hi.. Is there any direct apis to wordwrap in JTextPane?. Regards prakash _______________________________________________ Advanced-swing mailing list ...
prakash kumar.s
prakashkumars@...
Send Email
Jul 13, 2001
12:48 pm
2368
I have not seen any. You could of cause try to reimplement that features by having a look at the java sources of JTextArea and BasicTextAreaUI. Regards, Stefan...
Stefan Dingfelder
dingfelder@...
Send Email
Jul 13, 2001
1:12 pm
2369
I looked at this problem for hours. Closest I can come is the javax.swing.Scrollable interface. Source from 1.3 download. Here is the method and the comment...
Peter MacKenzie Colby
pcolby@...
Send Email
Jul 13, 2001
8:11 pm
2370
Hello:- Any code snippets adding a Help menu to a menu bar. Regards Shabbir _______________________________________________ Advanced-swing mailing list ...
Shabbir Gandhi
sgandhi@...
Send Email
Jul 14, 2001
7:48 pm
2371
Hi , I came across a strange problem in JTextArea.Select a portion of text in a JTextArea and press the 'ENTER' (RETURN) key. The selected portion of the text ...
Pradeep, Chinnaswamiah
cprad@...
Send Email
Jul 16, 2001
1:20 pm
Messages 2342 - 2371 of 3432   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help