| Thread | Last Post | Replies |
|
| Why no SSCCEs? | 01 Oct 2005 00:46 GMT | 28 |
It has just dawned on me why people are so reluctant to post SSCCEs or snippets of code of any kind. I always thought was laziness or perhaps inability to narrow the problem down. Imagine you were to have a code review by say James Gosling, Bill Joy
|
| Need Raw Tile Data of Tiled Tiff | 30 Sep 2005 22:06 GMT | 1 |
I am trying to replace a 'C' image server with a Java version and am having trouble extracting the raw tiles from a tiff image. I originally tried using TIFF_TILE_OFFSETS to get the physical locations from the TiffDirectory but have found that one series of scanners I need to
|
| Book Recommendation | 30 Sep 2005 19:13 GMT | 3 |
I am an engineer that will need to program in Java soon. I had Object Oriented C++ in high school and C in College. I need a book that would get me up to speed with Java. Give me some advice on what you people use...I know having a good book is VERY important.
|
| Exception in thread "main" java.lang.NoClassDefFoundError | 30 Sep 2005 19:04 GMT | 10 |
I am a newbie to Java. I just installed Java on my laptop and ran some example programs. And I got the message that says Exception in thread "main" java.lang.NoClassDefFoundError even though this example program is very simple and it's from a book. I would appreciate it if you ...
|
| How do you _really_ get a PrintStream to flush all the time? | 30 Sep 2005 17:36 GMT | 9 |
I create my own PrintStream directed to a JTextArea to act as a console for a Swing application. I found an example of doing this online & implemented away... Unfortunately, writing to the console isn't at all deterministic. Messages
|
| How to use a DLL created using VB in Java? | 30 Sep 2005 17:28 GMT | 2 |
I want to know how to uses a DLL in java.... For that I created a simple ActiveX dll using VB 6... The following is the code that I have inside that... I named the DLL Sample.dll.... --------------------------------------------
|
| I'm looking for a good web-based java chat applet | 30 Sep 2005 12:53 GMT | 5 |
I quite like this coolsmile one (www.coolsmile.net) but i don't like the way it defaults to blue text.. and when you select other colours (e.g. black) your text can't be seen if someone has a black background. We don't like to encourage ppl to use colour on our server, but don't ...
|
| Creating a MS Word Document through Java | 30 Sep 2005 12:52 GMT | 5 |
I am trying to understand the best method for creating a Microsoft Word document using Java. eventually the document will need to have merge fields already placed on it and rather than being a new doc, it will be opening a standard template. from what i can gather, it seems as ...
|
| HELP!! | 30 Sep 2005 07:04 GMT | 3 |
Ok guys, I've tried everthing thing I can think of. I even went to see the teacher for help. I am almost there I can feel it. I just can't get the last word to return. If anyone could help that would be great and much appreaciated
|
| commas in numbers | 30 Sep 2005 07:01 GMT | 7 |
Hey, i need some help with creating a method that displays any long using commas. example 123456 to 123,456. A easy and simple one would be appreciated thank you.
|
| 1.2 javadocs? | 30 Sep 2005 05:36 GMT | 2 |
need to find javadocs for 1.2.. they have an API index here http://java.sun.com/reference/api/index.html but no 1.2 J2SE, only J2EE if anyone knows where I can find 1.2 J2SE docs I would appreciate the lead.. thank you,
|
| Java Web Start and Webservice consumation - bad idea? | 30 Sep 2005 02:37 GMT | 2 |
I am developing a JWS client application where the plan is consume coorporate webservices. However, initial deployment attempts has baffled me in regard to required libraries - bringing my 1.5MB jar up around 40MB! :-O
|
| newbie to java and programming | 30 Sep 2005 02:05 GMT | 7 |
Hello all, I appreciate all the feedback I have received in regards to my problem. But I should have mentioned that I was an absolut beginner to java and to programming. I have a assignment that basically ask the user to enter a sentence into the console.
|
| almost there! | 30 Sep 2005 01:17 GMT | 3 |
Hello, I was wondering if anyone could tell me how I can get cents. I can get dollars fine but not the right amount of cents.For example, if i input 100 20 10 4 1 1 (pennies,nickels,dimes,quarters,loonies,toonies) i should get 7 dollars and 0 cents. but i get
|
| refresh problem | 30 Sep 2005 00:09 GMT | 1 |
I have a JFrame that I put two components, one on BorderLayout.CENTER and the other is at EAST. When I cover with another window, and then uncover, the part that is uncovered does NOT refresh.
|