| Thread | Last Post | Replies |
|
| JFrame with a JDesktopPane | 28 Feb 2010 23:27 GMT | 4 |
I have an application that makes use of internal frames within a jdesktoppane. However I want to use a jar that creates a JFrame and somehow display this inside my desktoppane. Is this actually possible as they are both heavyweight components. I really want to use the
|
| 165857 Information portals for computer and Web technology 42 | 27 Feb 2010 07:48 GMT | 1 |
I fell in love with the net and all the compuiter teahcnology in the very early years and have loved it ever since, I have an IT Degree and Communications degree and will be working on my doctorate for the next five years, in bwetween I design websites, databases, Multimedia ...
|
| Eclipse compile problem | 25 Feb 2010 15:17 GMT | 4 |
The following code compiles and runs properly using BlueJay. import java.awt.*; import java.awt.event.*; import javax.swing.*;
|
| JTable Questiong | 24 Feb 2010 02:41 GMT | 2 |
I am trying to create a JTable, which contains links the user can click on The links is created on runtime I have tryed to search Google for the answer, but I do not seems that
|
| setLookAndFeel problem | 21 Feb 2010 04:00 GMT | 19 |
im testing a simple code for an ActionLIstener event for a button. the expected outcome with the functionality of the button is ok. but i couldn't set the *theme* get displayed. i.e. the method calling lookAndFeel() does not seems to work.
|
| Problem with resizing | 17 Feb 2010 21:32 GMT | 5 |
I have a problem when I try to resize my program as I am working in a JPanel inside a JPanel The problem is, that the inside JPanel does not resize I have created a little example of how I have created the JPanels and
|
| Sun Tech Days 2010 for Java Developers | 15 Feb 2010 17:08 GMT | 1 |
With more than 50 sessions, in-depth technology coverage and hands-on training, Sun Tech Days 2010 is something no Java developer can afford to miss. Here in this unique conference, participants can upgrade their Java development skills. This conference is a reservoir of
|
| SWT: TextField ModifyListener | 12 Feb 2010 12:05 GMT | 8 |
quick question: If I have two text fields and want to clear the text of one when there is a ModifyEvent on the other one, I do the following: public class OrderModifyListener implements ModifyListener
|
| graphics.drawImage(Image, int, int, ImageObserver) implementation | 10 Feb 2010 18:35 GMT | 5 |
In short, with simplification: I have a class Gwi extends JPanel with a method of public void paintComponent(Graphics graphics) and a constructor. The constructor schedules a TimerTask with a Timer. That TimerTask calls the
|
| ToolTips for JTree nodes | 06 Feb 2010 21:47 GMT | 2 |
I am using a JTree with a custom model (tree nodes are domain objects, not DefaultMutableTreeNodes). in my TreeCellRenderer's getTreeCellRendererComponent method, I create a DefaultTreeCellRenderer:
|
| KDE window grouping title | 05 Feb 2010 15:49 GMT | 3 |
I have build a swing application with many frames. Each frame has a appropriate title which occours in the controllbar. but if the number of frames becomes to big, kde (4.3 @ suse 11.2) begins to group them togehter. this grouping has an somehow arbitrary title... sometimes it
|
| muting background images | 04 Feb 2010 19:17 GMT | 5 |
If you wanted to use an image as background often you need to "mute" it, so that you can still read foreground text laid over top. Just what do I mean by muting? I am not quite sure, but it might consist of:
|