| Thread | Last Post | Replies |
|
| Bytes that just... disappear... | 10 May 2006 02:17 GMT | 2 |
I am trying to write an input stream that also caters for the concept of "line" My class uses a BufferedInputStream for the actual reading, and I add, by extending, a readLine() method
|
| Problem With scrollPane( Swings) | 10 May 2006 01:37 GMT | 4 |
I added one table to scrollpane. At a instance it has 200 records. But we can see only 15 records ata time,, and we can scrolldown(Vertical scrollBar). So i scroldown up to 100th record. at that point i refreshed the
|
| Javascript call to invisible applet fails after upgrading to 1.5 (IE) | 10 May 2006 01:03 GMT | 8 |
I have an applet with some public methods I call from Javascript in a .html page. I load it , and set the css-style 'visibility' to hidden.
|
| A very long select with struts ... | 10 May 2006 00:49 GMT | 1 |
In my project there are very long struts <html:select. When the user choose a something is in the middle or in the bottom of the list and the page re-open ... what was selected stay selected but the user
|
| Profiling memory usage in tomcat 5 | 09 May 2006 21:49 GMT | 3 |
Hi Group, We have a scenario where we're leaking memory and need a way to inspect in real time (preferably) or post problem tomcat's memory usage. Ideally we're looking for some form of stats that show the number of
|
| no text highlight in a textarea | 09 May 2006 20:21 GMT | 5 |
I need to make an applet to view sourcecode and not be able to highlight or select any of the text to copy it.. is there a way to make a textarea do this.. or am I gonna have to make my own widget to handle this?
|
| buttons too wide | 09 May 2006 17:34 GMT | 4 |
When buttons are created they are often too wide for the text. The problem is worse as text becomes longer. I want the same margin between border and text for all buttons. Using style to adjust this value doesn't help. It seems the button width is computed incorrectly, or by the ...
|
| javac throwing native exception | 09 May 2006 17:30 GMT | 4 |
I am getting this error when javac is run on JDK1.3.1 An unexpected exception has been detected in native code outside the VM.Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6d3c794e
|
| java with native GUI appearance? | 09 May 2006 16:41 GMT | 7 |
I have a Java program that I would like to make appear to be a Windows application on Windows, a Mac application on MacOS, and a Linux application on Linux. Is there a way to do this? Also, is there a way to compile the code as Windows/Mac/Linux native?
|
| to acess disk space viewer | 09 May 2006 16:40 GMT | 3 |
can anybody help me .? i want to know how can i write java program allowing a user to view the disk space used by the folders on disk.And i also need to show it by pie chart for saving file and
|
| java tricks | 09 May 2006 16:14 GMT | 3 |
i was wondering if any of you guys would know any trick i could pull on some of my friends on a java based chat room. nothing harmful, only for playing around... www.iskon.hr/chat/chat.jsp
|
| CLOVER question | 09 May 2006 16:08 GMT | 3 |
I'm using the CLOVER eclipse plugin. I have set of JUnit tests to test my client side APIs. When I get the coverage report I see that interface classes are not in it. I assume that since the interfaces dont have any executable body, CLOVER removes from its report.
|
| netbeans 5.0 + extra modules doesn't work | 09 May 2006 15:42 GMT | 1 |
I have a little project going on here , I'm making a java mp3 player. The code needs javax.media, so I installed java media framework, which should contain javax.media. This didn't work, the same errors were occuring (javax.media not found).
|
| Java cannot recognise some fonts | 09 May 2006 15:20 GMT | 1 |
I installed a few Helvetica Neue fonts on my PC running Windows XP, JavaRE 1.5.0_06. My code is trying to get the text height according to the font. However I got hight=0 only for some fonts. //output*********************************************************************
|
| Closing ByteArrayOutputStreams | 09 May 2006 14:04 GMT | 7 |
I've read in a couple places (the Essential Java Classes trail of the Sun Java Tutorial being one), that "A program should close a stream as soon as it is done with it, in order to free up system resources." Makes sense on face value, but as I studied this more, I have a few ...
|