| Thread | Last Post | Replies |
|
| ComponentCreationEvent? | 26 Oct 2005 12:51 GMT | 1 |
I can't find if something like 'ComponentCreationEvent' exists? Which listener would catch such event? Thanks for your answers in advance, lmierzej
|
| write() question | 26 Oct 2005 12:47 GMT | 14 |
I notice 2 write(..) methods in the API that can be used with RTFEditorkit: write(OutputStream, Document, int, int) and write(Writer, Document, int, int) Which one could I take best to write to a file and why?
|
| Jslider problem | 26 Oct 2005 06:09 GMT | 3 |
Hi I have a minor, but none the less annoying problem with a JSlider. Simply put the slider has values ranging from 1 to 30. I want the major ticks (i.e labels) to indicate 1,5,10,15,20,25 and 30
|
| JScrollPane goes under the bottom of a JPanel in a JTabbedPane | 26 Oct 2005 02:55 GMT | 6 |
I have a problem that has arisen recently in this project that we are working on. The problem is that the JScrollPane with a JTable inside it, seems to be bigger than the parent and depending on screen resolution part of it is disappearing under the lower portion as seen
|
| Absolute layout manager dimensions | 26 Oct 2005 02:50 GMT | 9 |
Hi again. Is there any way to create a layout manager consisting of two cols where the left has a width of 100px and the right one uses the rest of the space available?
|
| HTML in Java | 26 Oct 2005 00:12 GMT | 63 |
As I understand I can use Java for writing HTML into documents. I've been trying but sofar I had no result. This is what I have: HTMLEditorKit HTML = new HTMLEditorKit(); String naam = "index.html";
|
| Class design | 26 Oct 2005 00:03 GMT | 5 |
i have a GUI which is constructed by different panels, each represented by a single class... each panel can generate events which might affect the whole program... what's the best way to report such "global events"? A static Main class which glues everything together?
|
| Colors for JTable cells | 25 Oct 2005 22:45 GMT | 2 |
i need to give different colors to cells of a JTable to indicate some color coding.How is it possible Thanks in Advance Chanchal
|
| JScrollPane - strange repainting problem? | 25 Oct 2005 22:22 GMT | 15 |
why JScrollPane is not repainting like other components (like JButton)? repaint()on main frame doesn't work on JScrollPane, only setVisible(true) on main frame works well could anyone help? (there is a quick, working code example below)
|
| Persistant Graphics2D Text... | 25 Oct 2005 19:52 GMT | 4 |
I am building up a custom graphics display with rotated text. I would like to store the text as a Shape for later g2.draw(textShape). And also so I can textShape.intersects() and whatnot. So, for a line, there are two ways to do this sort of thing...
|
| ColorSpace | 25 Oct 2005 15:44 GMT | 4 |
pls any Color Space defined here http://java.sun.com/j2se/1.4.2/docs/api/java/awt/color/ColorSpace.html is HEX? (for example, instead of Color bgColor = new Color(233,233,233);
|
| Disabling painting in a component | 25 Oct 2005 10:34 GMT | 12 |
Is there a way to turn off painting in a component and then turn it on again later? I have discovered that selecting cells in a JTable programmatically can cause the table to scroll to the last selected cell. So I save the scroll position and restore it at the end but this causes ...
|
| a common yet hard-to-resolved problem for Java GUI size! | 25 Oct 2005 09:18 GMT | 1 |
The Java application GUI (setPreferSize to some hardcoded dimension) gets smaller when it comes to wide screen (Dell 16:9 laptop), and the users have to resize the GUI every time they are launched (so as to see the action buttons). This problem seems to happen for 16:9 wide screen
|
| Translate char to virtual key code to set mnenonic | 25 Oct 2005 05:55 GMT | 2 |
Hi group, I am trying to do the following. I want to set a mnenonic on a push button control. I get the character that must server as mnenonic from a server in the label text. For instance if
|
| [transparent Background] | 25 Oct 2005 03:23 GMT | 13 |
how can draw my bean a transparent background public class mybean extends canvas .. { public void paint (Graphics g)
|