| Thread | Last Post | Replies |
|
| updating values in TableModel for editable cells in Jtable | 20 Apr 2006 06:32 GMT | 4 |
I have a JFrame that contains an editable JTable and a button that will handle submitting the changes made. setValueAt is only called when the cell being edited loses focus to another cell or when I hit 'Enter' after editing the cell. I don't want the user to have to hit 'Enter' to ...
|
| multiple selection in JTable without CTRL key | 20 Apr 2006 05:58 GMT | 7 |
is there anyway to make multiple selection in a JTable witout holding the ctrl key. Please advice. Any code example will be of serious help thanks in advance Chanchal
|
| JDialog | 20 Apr 2006 04:32 GMT | 3 |
I am using JoptionPane.showMessageDialog in my program.When it is shown , the prgram which is in FullScreen mode comes back to normal state.The taskbar of linux again appears. I tried showInternalMessageDialog but I am not able to position the
|
| ScrollPane Question | 20 Apr 2006 02:58 GMT | 1 |
I want to implement My own scrollpane for containing JTextPane. So if i write my own container . How my container will know that its child component(JTextPane in my case) needs scrolling and by how mutch. The container should listen to which event from JTextPane and what property
|
| how to prevent a JInternalFrame from getting closed automatically? | 19 Apr 2006 17:52 GMT | 1 |
I want to perform some validations on the values in the JInternalFrame and if the values are true i would want to close the internal frame otherwise not. I have tried calling setClosable(false), setDefaultCloseOperation(JInternalFrame.DO_NOTHING_ON_CLOSE) on the
|
| How to get line number of current cursor? | 19 Apr 2006 09:39 GMT | 2 |
I try to get the line number of current that cursor is on from the JEditorPane. I found method getSelectionStart() and getSelectedText(), but it not has the getSelectedLine() or ...
|
| Writing a generic InputBox | 19 Apr 2006 04:55 GMT | 1 |
I wont tell my old way but I have rewritten my InputBox class as having the following important snippets: public class InputBox extends JDialog { private ActionListener okAction;
|
| making applet talk to browser | 19 Apr 2006 01:20 GMT | 3 |
can you make an applet "talk" to browser window where it's embedded? (such as for a chat app, I'd like applet to somehow 'tell' browser window when a message arrives (for when chat applet window is not in focus..) thanks..
|
| Anyway to alter the default font size for ToolTips ? | 18 Apr 2006 21:49 GMT | 4 |
is there anyway to change the default tooltip font size ? I can amend the font size on each tooltip individually, but I'd like to be able to set the default so I don't have to do this. TIA
|
| java heap space on pictures | 18 Apr 2006 17:15 GMT | 6 |
ok im doing simple image showing, and the images are not more than 400 kb in size, and yes i have set my heapspace, -Xmx to 512M and still the problem persists. Here is my code.
|
| JDialog and File Handling ! plz help | 18 Apr 2006 05:25 GMT | 1 |
How can i store the values of jTextField (which is in jDialog) into a text file? Please help !! Thanks in advance
|
| I want to capture AVI for 24 hours | 18 Apr 2006 02:54 GMT | 6 |
HI.. I want to capture AVI for 24 hours through JAVA , but each file size should not be more than 2 MB . and there should be no loss of frame .... Jazz
|
| Book for applets | 18 Apr 2006 00:18 GMT | 1 |
I'm looking for a good documentation (easy to understand about applet) I should create an applet with many threads etc I looked inside amazon but i didn't find any recent book about applet (I can only find book fo 1996/97 .. a little bit old)
|
| Points of a selection | 17 Apr 2006 19:28 GMT | 1 |
I'm using a JTextArea and DocumentListener to listen text removal events. I'd like to obtain the coordinates (column and row index) of the start and end points of a removed selection. Unfortunately this isn't possible since, when i try to translate the ending offset to coordinate ...
|
| Calendar Control in java | 17 Apr 2006 16:26 GMT | 2 |
I need a calendar control for my application.Is there any Visual Calender component in java. I need an analog clock also... plz help.
|