| Thread | Last Post | Replies |
|
| how to call PaintIcon method of Icon | 17 Oct 2006 12:28 GMT | 2 |
can any one tell me when PaintIcon() method will be called of Icon interface??? b'coz in my code i can't understand y it's nt called automatically... plz tell me..
|
| newbie question about action/actionlistener | 17 Oct 2006 11:21 GMT | 3 |
Hi, i am not a java expert, just asking a simple question, if for example i have 2 classes: public class A extends JFrame{
|
| HEYYYYYYYYYYY Put your programming skills to use. Help out on this new MMORPG, Run Online. details below | 17 Oct 2006 02:56 GMT | 1 |
Run Online is a new MMORPG( massive multiplayer online role playing game) in progress. I wish for it to be devoloped completley in java, making it platform independent( able to run on any platform). The game is set in medivial time(not finalized yet). When i firsted dreamed up
|
| Using Java ImageIO to read embedded thumbnails in JPEG images | 16 Oct 2006 22:06 GMT | 2 |
I'm trying to write some code to read the embedded thumbnails present in JPEG images from digital cameras. I am using the ImageIO library This is the code: ---------------------------------------------------
|
| Java apps will not run in 1680x1050 | 16 Oct 2006 18:33 GMT | 6 |
Hello all; I am unable to run two Java apps in 1680x1050 resolution. Is there a way to fix this? I have some similar questions on Internet but have seen a solution.
|
| Problems opening Wordpad from java (but notepad works just fine....) | 15 Oct 2006 16:46 GMT | 3 |
I'm attempting to open wordpad on a file I've just created. I can open notepad on it just fine, but wordpad causes; Error java.io.IOException: CreateProcess: wordpad C:\TEMP\my_file.txt error=2
|
| Netbeans 5.0 Debug Issue | 14 Oct 2006 06:54 GMT | 1 |
Not sure if this is the place to come but I am really stuck. I will try to keep it brief this first pass, so hopefully I give enough detail. The basic problem is that while debugging some servlet code, I get to a static class method and when I step over it, the debugging just stops.
|
| JMF Media Player: Problem with slider bar | 13 Oct 2006 15:56 GMT | 2 |
I have a weird problem using the Media Player offered by the JMF. I posted this a while ago in the JMF forum but unfortunately didn't get an answer there. :( Please have a look on the following code:
|
| Internal Frame Activation | 13 Oct 2006 01:10 GMT | 1 |
I [currently] have the following simple model set up to attempt to bring a user selected internal frame to the front (with this listener set for each internal frame): class IFManager extends javax.swing.event.InternalFrameAdapter
|
| NetBeans jList Add/Clear Items | 12 Oct 2006 17:17 GMT | 6 |
I am attempting to clear a jList in NetBeans and add new items. However, I get compile errors on all this. Let me know what a good way to do this would be. Thanks. CODE:
|
| Java Applet JTree scrollPathToVisible not scroll all the way | 12 Oct 2006 16:54 GMT | 1 |
I have a java applet with a JTree in a JScrollPane. I auto expanding the tree to a specific treepath then I want to scoll down to the selected node. The problem is that the call to tree.scrollPathToVisible(treePath) isn't scrolling all the way down to
|
| developing games | 12 Oct 2006 14:35 GMT | 2 |
hi guys i wanted to discuss the topic of developing games in JAVA, so anybody who has some information regarding this topic kindly reply back soon
|
| resizing JScrollPanes | 12 Oct 2006 08:28 GMT | 7 |
I have a JFrame with three JPanels running horizontally. The first two are in JScrollPanes. The JScollPanes are resizable when the program is running. I am using a gridbaglayout so I use the JScrollPanes' setPreferredSize function to set
|
| window listener problem | 10 Oct 2006 23:39 GMT | 2 |
I have a JFrame that has a windowListener added to it so that I can confirm with the user if they really want to close the window when they click the X on the window border. I'm trying the same thing with a dialog within the same application but without success. The method I
|
| painting transparent icon background | 10 Oct 2006 13:50 GMT | 2 |
I have an ImageIcon that came from a transparent gif. Is there a way to control how the background color is painted, for example setting the background to red or white? Thanks.
|