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 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Thomas Weidenfeller's GU FAQ27 Feb 2008 18:02 GMT2
Does anyone know the status of Thomas Weidenfeller's GUI FAQ and where
the latest copy is posted?
--
Roedy Green Canadian Mind Products
Popup similar to Tooltip26 Feb 2008 22:15 GMT4
I want a simple popup for few seconds
Popup popup = new Popup(null, new JLabel("Done"), 10, 10);
popup.show();
try {
Need help to convert my C++ codes to Java with GUI26 Feb 2008 19:40 GMT16
I'm currently exploring GUI with java and I've wrote a program in c++
to convert binary to decimal and a caesar cipher codes. Could anyone
help me to convert it to Java with GUI? I'd like to explore more on
GUI codings.
JTabbedPane26 Feb 2008 18:07 GMT1
many programs have close-buttons or a context menu in the tabs.
Can this be done with JTabbedPane?
Is it possible to customize the tabs ?
jdk 1.6.0
java developper exam (gui design)25 Feb 2008 18:53 GMT3
I am starting with my Java Developper Exam and I was asking myself if it is
alowed to use netbeans to design the gui.
John
JTable Row Height Problem25 Feb 2008 09:53 GMT2
I'm having the following problem while configuring a JTable row
height.
The fact is when my row height does not have the exactly heigth of
"row header", exactly figure bellow:
Any good GUI design/prototyper tools?24 Feb 2008 02:46 GMT4
I'm looking for a tool that will let me quickly design/prototype Swing
GUI layouts so I can get screenshots for review by end users. The
emphasis is on design, not building as such - I'm not interested in
*using* any generated code at this stage, although the tool needs to
Switching between two JFrame objects21 Feb 2008 04:19 GMT1
I am a bit puzzled as to how to accomplish a task that looks simple. I
have two Jframes and each of them contains a button. I want to be able to
hide the one that has the button I click on and show the other. I wrote
the following code for that:
Singletons and Swing20 Feb 2008 20:23 GMT15
I am attempting to design a menu system for an application I am
writing.  In it, I want an InsertMenu that exists within multiple
different menus.  Currently, I am attempting to do this by making the
InsertMenu a singleton.  This is causing a weird issue.
image as background in applet19 Feb 2008 22:12 GMT2
I want to draw polygon(s) and fill this polygon with image so that it is
like background pattern. In example if size of image is 10x10 pixel then
this will be repeated.
Some ideas?
Please help18 Feb 2008 19:27 GMT2
hi i am trying to compile a java file in linux . The filee is
compiling fine but at run time it is giving the following exception
Exception in thread "main" java.lang.NoClassDefFoundError: tcpServer5
i am using jdk1.5 and the file is running on linux.
Opposite of SwingUtilities.invokeLater()?16 Feb 2008 03:38 GMT7
So I hear a lot about how Swing isn't very thread safe.  So I'm being
very careful when a method running in a thread other than the event
dispatching thread changes my GUI widgets and wrap it in the
SwingUtilities.invokeLater() method.  So what do I do when I want to
Confused about referencing info stored in a JFrame15 Feb 2008 11:21 GMT13
I've tried to develop several JFrame programs in the past and it
always drives me crazy because I can't figure out how to set Classes
I've developed, which aren't Components, but are critical to storing
information necessary for the program to operate, so that they can be
hi friends.please help15 Feb 2008 09:50 GMT1
I am trying t make a jTable Using Abstract TableModel. But my JTable
doesnot appear on the frame.I have written two classes  myTable and
jTable2 .My code is given below:
import javax.swing.*;
Sortable Java Tree Table14 Feb 2008 18:09 GMT12
Hi, I am using JXTreeTable from SwingLab, for my Java Tree Table
component. However, there is a limitation from JXTreeTable - They do
not support sorting :(
Any one know any free Java Tree Table component, which support
Pages: 1 2 January, 2008
 
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.