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 / September 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
observer vs listener vs my own mix13 Sep 2006 10:54 GMT1
after having developped several graphical applications "that just work"
(dirty code), I've decided to clean the code a bit, especially to
separate business logic from graphic elements.
one thing I've started to use heavily is "some kind" of observer /
manual firing of actionevent13 Sep 2006 03:39 GMT12
I have a jpanel that contains 2 buttons. The jpanel is inside of a
jdialog. The jpanel is an actionlistener for the buttons but I also want
the jdialog to be one as well. Doing that is of course no problem as far
as setting it to be a listener. The problem is that there is data ...
Blocking Frame12 Sep 2006 16:17 GMT4
I have a small applet with some content (it is not important what the
content is). In the init() method I would like to have a Frame window
with a button, and I want to keep this Frame open until user pushes
that button. The Frame should "block" any other actions, like closing
for loop problems in setTextmethod of JeditorPane12 Sep 2006 14:32 GMT9
Folks
I am a newbie to java swing
I am trying to print a list of URL in JeditorPane  using setText method
But , it only  prints the last URl
manually setting selected row in a jtable12 Sep 2006 01:32 GMT5
I have a small jdialog window setup that contains a jtable with a
listselectionmodel. I have a Remove button also that allows a person to
remove an item from the jtable but only when there is something
selected, otherwise the button is disabled.
Keeping visible the last row of a JTable11 Sep 2006 17:26 GMT1
In the code below I have an "Add" button that adds a row to a JTable in
a JScrollPane.
How do I make the ScrollPane scroll to show the row I just added?
import java.awt.Rectangle;
JList selection outside cell bounds11 Sep 2006 14:06 GMT1
Is there any way to prevent a JList from selecting the last element
when the user clicks below it on the list? E.g. if my list only has two
elements, and the user clicks somewhere below the second element, but
still on the list, the second element is selected. I want the selection
JFrame Class10 Sep 2006 17:54 GMT5
I want to add a text to a frame. I want the text to be colorful meaning
that for example the text:
" Hello World!" and the word Hello be green and World be red. Is there
anyway to do this?
Automatic form generation08 Sep 2006 22:42 GMT1
I'm not a GUI expert so please bear with me.
I'm designing and partially implementing this enterprise application
(not a huge project, but an important one). We designed by hand the
most complicated and domain-specific GUIs. We are now facing the task
The own GUI creation..08 Sep 2006 20:25 GMT1
             I very new for java GUI but not for java..  I have some
confusion on applying theme in to my GUI components..    my real
intension is to create existing own look of buttons,toolbar, menubar,
frame, statusbar  everything  in my wish...
Help me plz...08 Sep 2006 09:00 GMT1
using a split pane i have used a jlist for displaying a series of
numbers say 1to 6
and i have used a table where i have used that series of number as data
in one among the columns.......
how do i set up jgoodies07 Sep 2006 19:59 GMT2
I want to use jgoodies but the compiler gives me an error message.
Where do i have to put jgoodies so that the compiler knows about them?
How do i set up jgoodies?
wierd JButton behavior with glasspane07 Sep 2006 16:19 GMT2
I have 2 problems that i cant seem to figure out when using a
glasspane. I took Sun's glasspane example, and modified it a bit so
that you could also click on the first button ("Button 1").
My problems are:
Setting A Frame's Titlebar Image07 Sep 2006 09:49 GMT2
I have a Frame in which I wish to set the icon that appears in its top
left corner (right next to the caption). I intend to use a gif file.
Is this possible and what call do I use to do it.
Thanks in advance,
annoying details07 Sep 2006 05:27 GMT2
i got this annoying problem with the blue border around every JPanel in
JTabbedPane. I've already changed
UIManager.getDefaults().put(
        "TabbedPane.selected", new ColorUIResource(0,0,0));
Pages: 1 2 3 4 5 6 August, 2006
 
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.