| Thread | Last Post | Replies |
|
| JTree node icon | 31 Jan 2007 17:14 GMT | 3 |
Hi, All Can anybody help to solve this problem: I have JTree which contains some nodes with icons (custom cell renderer used so each node have its own icon).
|
| deleting a checked row from the JTable. | 31 Jan 2007 09:53 GMT | 6 |
i've created a table(JTable), in which first column is having check boxes. so my query is,; if i check one or more check boxes from the table and press delete button, those rows must get deleted. Please helpme out...
|
| JComboBox pulldown problem | 29 Jan 2007 19:50 GMT | 4 |
It's been awhile since I used Swing, and I ran into an issue. I wanted to have a pulldown text choice widget using a JComboBox with the following code: String[] list = {"one", "two", "three"};
|
| How to access another swing application's main window ? | 29 Jan 2007 11:53 GMT | 2 |
I have been using an Java Swing app. It is a third party application, which I don't have control over. I would like write a small java application, using some swing test frame works to access this application window and autoamte some of the stuff that I have been
|
| vedio conferendce on inter &intranet | 29 Jan 2007 04:56 GMT | 4 |
i have taken vedio conferencing as my colledge proj can u help me in this regard
|
| Java 1.5 + Swing + Java 'LAF' + WinXP + Taskbar doesn't appear ? | 29 Jan 2007 04:48 GMT | 5 |
I have a Java 1.5 + Swing - GUI application. I'm using Java 'Look & Feel' and running under WinXP. My XP taskbar is set to 'auto-hide'. When my GUI is maximized, the WinXP taskbar doesn't appear when I move
|
| Protected jTextField | 28 Jan 2007 23:40 GMT | 6 |
I want to use jTextFields that will only accept a fixed number of characters (without scrolling to the left), and that will limit the input to only numeric digits. Any thoughts? GreenMountainBoy
|
| setting size of JComboBox | 28 Jan 2007 22:51 GMT | 4 |
Has anyone ever had issues with setting the preferred size of a JComboBox using GridBagLayout? It seems the box's height is larger than the JTextField's height that I create in the same window. I can change the height of the JTextFields by using setPreferredSize() to
|
| Graphics2D | 28 Jan 2007 19:10 GMT | 2 |
I have loaded up a jpg within a JPanel and am trying to draw lines onto the jpg through calls on getGraphics.drawLine(x,y) methods. I need to draw the lines after the jpeg has been loaded up on screen but this is not working. The line appears on startup then immediately dissapear. ...
|
| JTextField Unicode Mysql | 28 Jan 2007 06:32 GMT | 1 |
Hello Friends, How are you ? I am Sohil. I am here with a problem I am creating a text editor that will store data in mySql database. I want to get the data in text field. I am having "♥" character in database.
|
| Problem with texture of UI | 27 Jan 2007 16:55 GMT | 7 |
I have the following problem. I am making a java application, and i have several call to Matlab functions. Maybe you dont know it, but in Matlab 7.3 there is a java compiler so
|
| Unexpected TableCellRenderer Behaviour | 26 Jan 2007 15:15 GMT | 1 |
I wrote a customized renderer for a JTable but it is behaving differently from what I expected: even if I just acted on the BACKground color, when this render is selected the table does not show the content of the cells. Double-clicking on a cell shows the data
|
| How can i make jar file? | 25 Jan 2007 10:27 GMT | 4 |
I want to create executable jar file of my application. But i tried with the command e:/Documents and Settings/Administrator/Workspace/KCI_BILL> jar cmf manifest.txt Billing_Solution.jar *.class
|
| Container Question. Please help!!! Thanks!!! | 24 Jan 2007 12:32 GMT | 1 |
How come this... ---------------------------------- public class MainFrame extends JFrame { private JPanel panelOne;
|
| Web Collage generator | 24 Jan 2007 03:10 GMT | 1 |
Those into playing with the web and indexed images might be interested in a collage generator I just posted on sourceforge that uses Google image search to allow for creation of semi-topical collages. It can be found at http://wcollage.sf.net I'd be happy to answer any questions
|