| Thread | Last Post | Replies |
|
| Swing framework | 24 Oct 2004 21:23 GMT | 3 |
I've been programming rich client applications for a few years now and I like the fact that Swing lets you do anything you want, but it takes time. Ofcourse alot of programmers have developed their own kind of reusable components to reduce the amount of time needed to develop a ...
|
| Drawing a grid | 24 Oct 2004 07:21 GMT | 7 |
I have a 2D array that stores a color in each array location. I want to draw a grid (in a frame) that represents this 2D array. If arr[0][0] is 'blue' I need the (0,0) location of the array to be blue. On receiving user input if that array changes I need to redraw that
|
| Updating multiple component simultaneously using Java Swing | 23 Oct 2004 10:21 GMT | 2 |
I have a question regarding updating components in Java Swing. The situation is this: We have a panel that contains a number labels. The text of these labels is to be updated once per interval (~5 s), and they should all
|
| How to disable moving(rearrange) the columns in a JTable? | 23 Oct 2004 00:47 GMT | 1 |
How to disable rearrange the columns in a JTable? Thank you on your help
|
| query native windowing system? | 22 Oct 2004 17:13 GMT | 4 |
I doubt it, but is it possible to have an AWT or SWING application query the native windowing system to determine available geometry without having to write a native method to accomplish the task? If so, what class/method is used?
|
| 1.4.2 translate errors | 22 Oct 2004 17:09 GMT | 1 |
I programmed a simple GUI using Swing with build 1.3.1 on a Windows machine. Now someone is interested in using this code under RH Linu! with a Blackdown 1.4.2 build. It has been some years since I looked at Java but I will dig into it if I must. I just want to do this as fast as ...
|
| JTable and TableColumnModel | 22 Oct 2004 16:37 GMT | 2 |
I try to implement my own TableColumnModel for JTable. The problem is that I cannot resize or move the headers by using the mouse. All I get is an exception (see below). What am I missing? I don't want to post the whole code here, that's way too
|
| JTextArea / JScroll Pane question | 22 Oct 2004 14:27 GMT | 6 |
I have a problem with a JTextArea component in a JScrollPane. Basically, I use getDocument function to get the JTextarea's document. I later use the document remove method to clear out the document, and then use document insert method to refresh the document (based on some
|
| JButton with picture on the background | 22 Oct 2004 13:41 GMT | 8 |
I dont know how to create JButton with picture on background ( not icon ) and text. thx sadek
|
| JTree usage/archetecture | 21 Oct 2004 19:58 GMT | 2 |
no doubt this problem has been solved multiple times, so it's likely that for a kind expenditure of a few minutes of your time you could save me oodles (technical term) of my time spent following the wrong path(s)...
|
| URL link in JTextPane | 21 Oct 2004 18:50 GMT | 3 |
I have a JTextPane which has a URL embedded occassionally in some of the text which is to be displayed in the JTextPane. I am wondering if someone knows any examples I can access somewhere to show me how to allow the user to click on the link and invoke a new browser window (the ...
|
| Focus problems and JTables | 21 Oct 2004 16:02 GMT | 1 |
Hi... New to the group, so this problem has probably been up before.. However: I have a JInternalFrame with 2 (or more) editable JTables... I need to know when a table receives and looses focus.. I can't get it to work when the
|
| Advanced GUI design in Net Beans | 21 Oct 2004 07:55 GMT | 2 |
I am a netbeans user. I have this problem. I want through netbeans put a JSlider into a JTable cell. I have read how to code it, but how do I do that through Netbeans? I use netbeans 3.6 and 4.0 beta 2.
|
| Why my TableModelListener do not work? | 21 Oct 2004 01:37 GMT | 4 |
I make a table model calss extends from AbstractTableModel: public myTableModel extends AbstractTableModel{ public myTableModel(){ //.......
|
| awt event 1.1 mousePressed method problem | 21 Oct 2004 00:46 GMT | 1 |
Hi to group, I got a trouble with the awt applet below. The FIRST TIME i left click and hold the mouse down (pressed) on Canvas, i don't get the message "Pressed" as i would expect. However from the second
|