Delete Key

2001-11-12 Thread brEezE
Hi, Just a simple question. Why does a square box appeared whenever I press the Delete key? This happens in TogetherJ 4 and 'sometimes' in Netbeans/FFJ. I am using Blackdown JDK 1.3.1-FCS + KDE 2.2.1 + XFree86 4.1.0 Thanks a lot

Maximum number of thread

2001-08-15 Thread brEezE
Hi all, I am wondering is there a maximum number of thread that a JVM can creates? Is it related to the kernel? What about on other platform like Solaris and Windows? Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Mouse click under KDE2

2001-07-24 Thread brEezE
Hi all, When I run NetBeans using Blackdown's JDK 1.3.x under KDE2, all the mouse clicks are treated as right-click! Does anyone know what is wrong and how to fix it? I am running Mandrake 8.0 Thanks! __ Do You Yahoo!? Make international calls for

Mouse click on title bar

2001-06-11 Thread brEezE
Hi, is there a way that i can catch the event when user click on the title bar of a JFrame/JInternalFrame? I have search through the API and couldn't find anything that is related. Adding a mouse listener to the frame will only fire the mouseClicked event when clicking on the window's border, not

Print to file

2000-10-02 Thread brEezE
Hi, Is there any way to print to a file with PrinterJob? I noticed that with PrintJob, the print dialog has the option but not for PrinterJob! Thanks in advance. __ Do You Yahoo!? Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free! http://photos

Question on MouseEvent

2000-09-20 Thread brEezE
Hi, I have a JWindow displayed below a button, similar to a JComboBox. The problem is when the "parent" JFrame is moved to other location, the JWindow is still remain on the screen at the old location. How do i hide the JWindow when I click/drag on the title bar of the "parent" JFrame? I have noti

String manipulation

2000-07-03 Thread brEezE
Hi all, I have a dummy question regaring a double-quoted string written in multiple line. Here is what I have been doing: stmt.executeQuery( "SELECT COF_NAME, " + "SALES FROM COFFEES " ); Is there a way to to eliminate the '+' sign by doing something like below? stmt.executeQu

System.setProperty("java.class.path", classpath)

2000-06-21 Thread brEezE
Hi, As the subject stated, I would like to know what is the effect of doing that during runtime. As far as I understand, we can't use this method to include the jar files into the classpath to avoid specifying them in command line. Is there any alternative besides writing a custom class loader?

JSplitPane.setDividerLocation(..)

2000-06-19 Thread brEezE
I have a JSplitPane both contains an JScrollPane on top and bottom part of the splitpane. When try to set the divider's location in v1.2.2 RC4, nothing seems to be happened. The same code works fine in v1.3. Is this a bug in v1.2.2? Thanks! __ D