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 / February 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
problem on using SpringLayout.20 Feb 2005 08:28 GMT3
I have a problem on using SpringLayout.
First i have one JPanel named MainPanel.
Inside this MainPanel, I have another two JPanel --> SubPanel1,
SubPanel2.
RuntimeExceptions in Swing GUIs (Swing Threads) and GUI refresh20 Feb 2005 05:19 GMT2
i got the following problem:
I would like to catch ALL Runtimeexceptions occuring in the AWT GUI Thread.
Peanuts... simply use a ThreadGroup and implement the uncaughtException(Thread t, Throwable e)
method (or use this sun.awt.exception.handler SystemProperty)
Exception in VM code with JTable after inserting rows20 Feb 2005 05:10 GMT10
i have a problem with inserting rows in a JTable.
I have a MainFrame, wich had a ControlPanel (self made) wich had a ScrollPane in it and there is a JTable in the scroll pane.
Here is the important code (mostly generated by eclipse):
... MainFrame.java
how to make of a specific row the first row  (toprow) in the visible area19 Feb 2005 21:32 GMT2
Can anyone tell me how i can show a specific row as the first one in
the visible area of a JTable.
For example:
I have 100 rows in a JTable but only 10 are shown in the visible area.
HyperlinkListener  and < ahref="xy.html" target="framexy" >19 Feb 2005 18:58 GMT7
I got an application which sould show a html-file
as frameset, with a navigation frame in a tabbedPanel
I built a class extended by JPanel with a JEditorPane
and so far.
1.5 Component paint - bug?19 Feb 2005 15:30 GMT5
I have a component which implements its own draw method as follows (to
shorten the post the code has been simplified, constructors etc have
been removed where unnecessary and the initialisations moved to global
references):
Select word under mouse-click in JTextPane19 Feb 2005 14:50 GMT1
Hi friends,
I would like to find out how to select the word under the mouse-click
inside a JTextPane component. Is such a thing possible? If yes, could
you please give any hints to me?
Large Map Application Using 2D API19 Feb 2005 14:20 GMT3
I am currently developing a Java application that will track the land
covered by a moving vehicle as it works on a task.  The GUI shows the
progress of the task in what I call pseudo-real-time.  A good way to
picture the application is to think of an application that would show
how to update a combobox table cell editor?18 Feb 2005 21:56 GMT1
Hey All,
I have a JTable which contains numerous JComboBoxes as cell editors.
When the value in one combo box changes, I would like the value in
another combo box to be updated.  I am having problems in forcing the
couple of Text questions18 Feb 2005 17:02 GMT3
Hey everyone.
Couple of questions:
First, I have a JTextField.. when you backspace to the beginning and
keep backspacing it sounds the system bell. How do you disable this?
Swing component text disappearing when window resized18 Feb 2005 17:02 GMT3
I have been having a problem using swing, it seems to affect all programs
from comercial quality products to simple code snippets from books.  The
problem is that when an application is resized the text inside swing
controls(JButton, JLabel, etc...) sometimes disappears.  Clicking ...
Gantt Diagram Component18 Feb 2005 11:16 GMT2
I need to write component that will supply Gantt Diagram functionality.
Do I need to write it from scratch? Are there any components that might
be helpfull? I'm not interested in "closed" code solutions.
Przemek
Document clone and subdocument18 Feb 2005 10:03 GMT6
I have been wondering a long time why it didn't come to the Swing
developers to include the same clone/copy portion-extraction methods in
the document interface as in the String class (does a "public Document
subDocument(int offs, int len)" method seem to far-fetched?). All we
Model binding for custom container component18 Feb 2005 07:35 GMT1
Having a tough time deciding how to best approach this problem, would
appreciate any insight:
I have a custom component 'AlphaPanel' which extends JPanel.
Class 'BetaLabel' is a custom component which extends JLabel.
JCheckBoxMenuItem cannot be checked17 Feb 2005 15:28 GMT2
i can't manage to check a JCheckBoxMenuItem. Here is the important code (mostly generated by eclipse 3.0.1):
   private javax.swing.JCheckBoxMenuItem getPointsCheckBoxMenuItem() {
       if (pointsCheckBoxMenuItem == null) {
           pointsCheckBoxMenuItem = new javax.swing ...
Pages: 1 2 3 4 5 6 7 8 9 10 January, 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.