| Thread | Last Post | Replies |
|
| Is Agarkar capable of reverse swinging the ball? | 04 Nov 2003 11:29 GMT | 1 |
I think he can. In general he has no control and ends up spraying the ball. Would be very useful if he learnt that. People are making too much about ability to produce reverse swing. That said, I don't think I will question the fact that he can produce reverse swing.
|
| Force JScrollPane to scroll in one direction only | 04 Nov 2003 11:22 GMT | 5 |
is there a way to force a JScrollPane to display a vertical scrollbar only if the amount of components cannot be displayed within the visible area? Background: I want to create a kind of thumb view where an unknown number of thumbnails will be inserted. As long as there's space for ...
|
| Did anyone notice Treatment of '_' as word boundary has changed from JDK1.1 to JDK1.3 | 03 Nov 2003 23:22 GMT | 1 |
In JDK 1.1 the '_' was treated as a word break. Using CTRL-RIGHT stops before '_' in the following example:
|word|_with_underscore 1 2
|
| Intelligent PACK requestied. | 03 Nov 2003 23:11 GMT | 9 |
I have three problems with JFrame.setSize 1. The size of the frame depends on just which components are currently visible. It is a bit of a hassle trying to compute what it should be.
|
| MDI StatusBar | 03 Nov 2003 20:24 GMT | 2 |
Hello, anyone have any good ideas on how to have a StatusBar in my MDI app? The status bar would be independent of the JInternalFrames and would sit at the bottom of the screen. Many thanks, Kevin.
|
| pack() and BufferedImage in JPanel | 03 Nov 2003 16:53 GMT | 1 |
I want to draw a jpg image in a JFrame, so I used JPEGImageDecoder and read it into a BufferedImage, which I draw to a JPanel. But when I add the component (JPanel) to the JFrame, pack() doesn't work, and I have to setSize() explicitly.
|
| Dialog with edit and button Ok | 03 Nov 2003 12:34 GMT | 2 |
How can I create dialog witk standard icon, edit and Ok button, such like below? +-------------------------------------+ | q i | |
|
| Create a wysiwyg editor with Java | 03 Nov 2003 10:14 GMT | 1 |
I have to create a wysiwyg editor in Java (like a little word). There're nevertheless some constraints : - I must be able to add constraints over tables for example to indicate that one cell is enabled only if another cell has a particular value.
|
| Application wont show properly :S | 03 Nov 2003 01:37 GMT | 1 |
Hi there,ive uploaded the code to save on a big screenful. Anyway, what ive done isnt exactly complicated; nor does anything yet, the problem is though, that ive set the size of buttons etc, jpanels etc,but it doesnt seem to be working correctly.
|
| Disable a JTable row | 02 Nov 2003 21:28 GMT | 2 |
How do I disable and entire row in a JTable? Thanks, Ike
|
| How do I query the system for the maximum screen size in pixels? | 02 Nov 2003 10:28 GMT | 2 |
I want to create a GUI that is always maximized, but how do I query the system for the maximum screen size so that I can set the preferredSize to that size? Thanks
|
| Call Interent explorer within a java application | 02 Nov 2003 02:44 GMT | 1 |
I have noticed that some programs like for example RealOne player can call the Internet explorer within its Gui and the user is able to browse the web from within their application. I was wondering if someone could point me to a script that can do this. I might also have
|
| JFrame always on top | 01 Nov 2003 18:48 GMT | 1 |
Is it possible to get a JFrame always visible ("on top") for a java application on Mac OS ? bye dileep
|
| imageicon problem | 01 Nov 2003 16:16 GMT | 3 |
I have problem with loading an image from a directory. I got a folder called images wich is located in my project directory : c:\MijnJava\Swing_01. But when i start this application i get a window with a title and in this
|
| Byte or byte 2 BitSet - conversation | 01 Nov 2003 06:44 GMT | 8 |
In the moment I try to solve the following problem: I need a class with a "bitwise xor-method (exclusive-or)" to calculate the checksum of an array like this: Byte[] bytes = new Byte[20];
|