| Thread | Last Post | Replies |
|
| fresher jobs details | 30 Sep 2008 00:16 GMT | 1 |
http://www.365jobs4u.com/idevaffiliate/pages/2140.php
|
| Different JTree icon | 25 Sep 2008 12:50 GMT | 1 |
My boss would like only some of the leaf nodes at the bottom to be represented with the standard "document" icon. How do I decide what (if any) icon is shown next to the text of a node? I can't seem to find a DefaultMutableTreeNode method.
|
| Textfield selection - rows insertion | 24 Sep 2008 18:11 GMT | 5 |
Is it possible to enter a series of textvalues in a row of textfields and upon clicking the down button a empty row is inserted below between the previous row(where the values were entered) and the next row of textfields?
|
| auto font resize in JTextComponent? | 20 Sep 2008 18:57 GMT | 1 |
hi ng my cell phone is able to auto scale the font size when the number of entered digits changes (small number of digits=large font, more digits -> smaller font)
|
| About the UI of Project | 18 Sep 2008 10:01 GMT | 2 |
When I run my project, which has some UI components, like Button, edit box etc, get default swing look n feel; and when I preview the same form from IDE It gets windows default look n feel. My question is, What should i do to get the windows look n feel in my
|
| JLabel property - setBounds | 17 Sep 2008 11:14 GMT | 14 |
I am new to Swing and I am trying to break a string of labels that I have used the setBounds property (I am also failrly new to this) for setting the labels above the JTextFields... Is it possible to set the labels above the required positionof the textfield and upon adding
|
| Simulating Transparency | 13 Sep 2008 21:04 GMT | 1 |
I would like to simulate a transparent applet. I can do it by hard coding in the colour of the HTML background. I can do it with a parameter passed to the applet telling it the colour.
|
| SWT: Controls within Tables don't react well on mouse clicks | 12 Sep 2008 17:15 GMT | 6 |
I have the problem that mouse clicks don't reach the selected control using the following table: Table table = new Table( group , SWT.SINGLE ); TableColumn column1 = new TableColumn( table , SWT.CENTER );
|
| compile SWT program using J2sdk1.5 | 12 Sep 2008 13:37 GMT | 1 |
i am trying to compile the swt program on windows using jdk1.5. import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; public class HelloSWT
|
| JTable | 12 Sep 2008 11:48 GMT | 3 |
My swing application uses a JTable.when i select any row of the JTable and perform some other work in the same application the row gets deselected. How can i keep the row selected
|
| Help with Swing | 12 Sep 2008 08:37 GMT | 19 |
I am trying to "flip" over a JTextField(three) say for example I have 4 buttons Add 1st, Add one row above , Add one row below and Delete icon buttons. WHen I click on the Add 1st I must be able to fill the JTextField(must be stored as string in dynamic
|
| Jazz Application Framework version 1.3 released | 11 Sep 2008 16:16 GMT | 8 |
Jazz is a framework for developing cross-platform desktop applications in Java. Jazz is build on top of Swing and provides an infrastructure and many features for
|
| Difficulty with Java Desktop Application type: components not displayed | 11 Sep 2008 02:13 GMT | 3 |
(If this isn't the right forum for this question, please direct me to the right place) I am trying to learn Java and right now I'm working with NetBeans trying to learn to design GUIs. I've been using various tutorials I can find on the
|
| Detect when menu is chosen in JMenu | 10 Sep 2008 21:44 GMT | 15 |
I'd like to implement a menu with JMenu which has submenus. I'd like to be able to click on an item or choose it with the keyboard with enter or accelerator. This applies to both leaf menu items (without submenus), but I'd also like to be able to choose JMenus (which have
|
| code for image segmentation | 09 Sep 2008 21:08 GMT | 3 |
plz post me the java code for image segmentation..
|