| Thread | Last Post | Replies |
|
| [swing] JTextPane - Performance and many characters | 17 Apr 2004 06:07 GMT | 1 |
when adding thousends of characters to a JTextPane (Chatlog), resizing becomes very slowly. 100% of the CPU power is used for one or two seconds also blocking my application (WinXP, Pentium M 1,3GHz) . It seems as if the whole text of its document is recalculates for word
|
| APPLET transparency | 17 Apr 2004 06:06 GMT | 1 |
is there any way to change the transparency of the whole applet? that means there is a windows GUI where you can "look through" one applet and see the applet window below. any examples? thx
|
| Fonts, Scripts and Charsets | 17 Apr 2004 06:05 GMT | 1 |
is there a way to know which charsets a font supports in java? The font class does not give much information about this. any hints, pointers welcome. -fred
|
| setFont() on solaris | 17 Apr 2004 00:17 GMT | 5 |
In one of my methods, I have a call like: label.setFont(new Font("Arial", Font.PLAIN, 9)); This call works fine on windows but not on solaris. Moreover, the label's text gets truncated when it shows up ("Applications" shows as
|
| Displaying Lots of Text | 17 Apr 2004 00:16 GMT | 2 |
What is the best GUI object for displaying paragraphs of text in Java? Would a JLabel suffice? How do I format the text? TIA.
|
| Netbeas 3.6 + PlasticXPLookAndFeel = wider toolbar icons? | 16 Apr 2004 14:17 GMT | 3 |
I am trying to use new NetBeans with JGoodies' Plastic* look & feels but it causes increase of of toolbar icons' widths. Actually the sizes of icon images are not being changed but there is some additional empty place around them comparing to Netbeans running with Metal L&F. ...
|
| Tabbed Pane Problem | 16 Apr 2004 11:34 GMT | 2 |
I have set up a tabed pane with 4 tab's the first 3 with TextArea's and the last with a panel with some buttons and text fields, but my problem is on loading the program, some of the button's on the last tab can be seen on the other tabs untill I actually go to the last tab, then ...
|
| java user interface | 16 Apr 2004 09:14 GMT | 1 |
This is about writing a wonderful Java user interface program for an Access database of students, courses, timetable and calendars, configuration options and utilizing a framework to automatically generate a timetable.
|
| selecting a line in a drawn graph?? | 16 Apr 2004 07:26 GMT | 5 |
I'm planning to write a graphing application that will draw lines between plotted points (in a cartesian plane). Once I draw the lines, how would I be able to click on a drawn line to select it? I would then allow the user to change the color of the line.
|
| Clipboard doesn't see changes to the system-clipboard... | 15 Apr 2004 23:03 GMT | 2 |
I have an signed Applet with a JTable, where I have implemented "cut & paste" to/from the system clipboard. (The applet is signed to get access to the system clipboard). Everything works as expected; Copying a row from ie. Excel,
|
| JComboBox question | 15 Apr 2004 19:08 GMT | 3 |
I have a JComboBox. In some cases the user shouldn't be able to change its setting. I can set enabled=false but that's not what I want as the current
|
| Tabbed Pane and JScrollPane | 15 Apr 2004 14:10 GMT | 1 |
Hey I was wondering if anyone could help me here. I have a tabbed pane, with 4 tab's and I have it added it onto my container. Now for my problem on each tab I have different text area's, I had a JscrollPane added onto my container, but evertime the text went below the size of the ...
|
| Maximize | 15 Apr 2004 13:36 GMT | 4 |
Hey, I was wondering if anyone could help me, I have a M.D.I set up for my application, and want it to loadup as if it was Maximized, as I have a row of button's on the bottom and cannot be seen otherwize. To set the Size at the moment Im using this snipit of code.
|
| moving knob in jslider with data from file | 15 Apr 2004 08:55 GMT | 4 |
Is it possible to move a knob in jslider with data from a file and at the same time display the actual value in the knob. Or is there another way to do this e.g. with beans. A newbie
|
| pbm file | 15 Apr 2004 08:47 GMT | 3 |
How do you display a PBM file ? What Objects can you use : Image or ???? regards Johan
|