Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / GUI / April 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Rich Client (aka Desktop) Patterns Collaboration20 Apr 2005 21:52 GMT4
Recently there was a post on ONJava about creating a Design Pattern
Study Group. They suggest going through the "Head First Design
Patterns" book. I have the book and I have read it front to back and
found it useful and clear.
Networked version of Swing (X windows style)?20 Apr 2005 20:45 GMT12
I was wondering if something like that exists or if someone has ever
thought about it:
Instead of Swing updating the local screen and obtaining events from
the local mouse & keyboard, it may be useful in some cases to have a
Word Wrap in JTextPane - keeping it from happening20 Apr 2005 15:27 GMT1
I have a JTextPane in a JScrollPane
m_textPane = new JTextPane();
m_textScroll = new JScrollPane(m_textPane);
m_textPane.setEditable(false);
ActionListener as external class20 Apr 2005 14:21 GMT3
I'm writing a visual app using Swing; I've got a JMenuBar in the main
frame, on of the JMenuItems in one of the JMenus is an "exit" option -
obviously when this option is chosen, I'd like the app to close. I've
been implementing this so far by making the class of the application
jtree, cell editors, and event processing20 Apr 2005 13:42 GMT6
I have a custom JTree which uses custom cell editors and renderers
(JPanels). Everything works fine except my users are complaining because
they have to click twice to get the popup menu to show up. The first click
selects the cell and the second brings up the context menu. I ...
JLabel gives ugly backgroundColor20 Apr 2005 09:31 GMT4
I have a bit of a problem with a JLabel. This problem only shows up
when I use other look and feels than Metal. (i.e windows, or any other
I may use, I've tried with different look and feels and all give the
same problem. (I've tried JGoodies (all of them) and metuia).
Column of JLabels?20 Apr 2005 08:06 GMT3
How do I build a column of JLabels?
When a user performs a certain event I want to add a new JLabel to a
suitable container which will display them as a vertical column of JLabels
(i.e. a list).
Eliminate bar at top of frame?20 Apr 2005 07:23 GMT2
Is there a way to remove the bar atop a java gui Frame?
It is the bar that holds the title?
Thank you,
Gil
Dynamic JLabel display within a JPanel20 Apr 2005 00:50 GMT6
I have a JPanel containing a JLabel which I use to display images. The
JPanel is part of the GUI that I am developing for a face recognition
application.
When the application is attempting to find a match for a face I wish
Restricting JFileChooser19 Apr 2005 23:29 GMT5
How can I disable the "create new folder" option (the icon on top
right) in JFileChooser component.
TIA.
Copy from Jtable19 Apr 2005 16:38 GMT3
I am able to copy from a JTable using CTRL-C. I didn't do anything about
that. I would like to know what method is called when I press CTRL-C so I
can call this method when I select Edit-Copy in my menu bar.
Thanks,
JDK 1.4 to 1.5 StackOverFlowError19 Apr 2005 16:32 GMT1
Hello,
We had updated our JDK from 1.4 to 1.5. Since that, a
StackOverFlowError occur in our Java Applet. Someone knows why this
Error occurs ? Nothing of the stack trace is a part of our own code,
LookAndFeel problem19 Apr 2005 11:18 GMT2
I have a problem with changing the look and feel while running my java
application: When I try to change the look and feel while runtime,
following exeption occures:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
JTree is the only one for hierarchical data???19 Apr 2005 07:35 GMT1
I wish to know is there any other model or component (like JTree)
which allows us to display a set of hierarchical data. JTree is
actually not able to display multiple hierarchical data (data has two
or more parents). Does anyone have an idea, how to display this kind
Multiple docking toolbars18 Apr 2005 16:40 GMT3
In another thread that bogged down with flammage, the OP was asking for a
simple piece of common GUI functionality: multiple docking toolbars.  I know
how to have a single docking toolbar but have never had to learn how to get
multiples.  Anybody able to answer this fairly narrow ...
Pages: 1 2 3 4 5 6 7 8 March, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.