| Thread | Last Post | Replies |
|
| Java +Batik +SVG | 12 Jul 2006 21:25 GMT | 7 |
I want to use SVG images in my Java application. I only need to display some images, nothing other is to do! The only powerful API I found was Batik. I searched and tried many hours, but I didn't find an easy way to display
|
| ant javadoc warnings on uncommented code | 12 Jul 2006 21:23 GMT | 2 |
I was wondering if it was possible to use the javadoc task in such a way as to give a warning for missing comments? I just wanted to make sure that I / my coworkers know when we forget to comment their code.
|
| NTLM Authentication | 12 Jul 2006 20:37 GMT | 8 |
I need to login to a server that uses NTLM authentication scheme. I figured out sth like that : Authenticator.setDefault(new MyAuthenticator(login,password)); URL url = new URL(httpPage);
|
| Collating | 12 Jul 2006 20:12 GMT | 1 |
I have a question about the java multi-platform print dialog. My question is on collating the output of my print out using the java multi-platform print dialog. The thing is no matter even if i select the collate check box or not the output of the print out is always printed
|
| Flowlayout in a vertical fashion | 12 Jul 2006 20:08 GMT | 5 |
I am new to layout managers and I am not sure how to do this. I want to have text paragraphs of various size shown in a vertical fashion in a panel. I don't want to specify preferred size for the purpose of internationalization though I have panel width and height specified
|
| Calendar get method | 12 Jul 2006 20:03 GMT | 5 |
I know there are a lot of issues with the Calendar class in Java (from my searches anyway), but I can't seem to find one for my simple question. When using the get methods of the calendar class, which timezone is it using? I've changed the default time zone using
|
| Tomcat, Adding Users and Logging In Automatically | 12 Jul 2006 19:35 GMT | 2 |
I have configured Tomcat (4.1) to use form-based (j_security_check) user authentication against user/role tables in a JDBCRealm and everything works as expected. However, after registering a new user and adding them to this database programmatically, I then need to
|
| String to URL conversion ? | 12 Jul 2006 18:42 GMT | 3 |
Hi there ... I am a bit new to this, and I have probably misunderstood the use of the "toUrl" function - or I should not be using it at all I have a program which reads a line of text from a file, and I would then like to convert the resulting string to a URL, so I can read from ...
|
| Impasse: compiler/eclipse bug | 12 Jul 2006 17:07 GMT | 3 |
This code is part of an inner class for a custom collection class. The parent class contains an instance member called "inner" of type Map<T, Integer> and has a type parameter (T). private class Iterator<T> implements java.util.Iterator<T> {
|
| Setting CLASSPATH variable for 3rd party jar | 12 Jul 2006 16:35 GMT | 2 |
I need to set the CLASSPATH environment variable to include a 3rd party jar that I want with my application. Lets say that the jar is is in the directory- C:\ThirdPartyApp\Useme.1.2.3.jar
|
| What is permspace? | 12 Jul 2006 16:20 GMT | 4 |
What is permspace? I keep seeing references to it in Java blogs and web pages. Apparently it's some kind of memory. It's somehow different from the stack and the heap?
|
| newbie question on generics error | 12 Jul 2006 15:56 GMT | 1 |
hi. I'm attempting to learn some java. Currently following the Collections Trail at http://java.sun.com/docs/books/tutorial/collections/index.html On this page
|
| how to prompt out the java window again | 12 Jul 2006 15:47 GMT | 2 |
i have a problem. I have a menu in java with radio buttons. one of the options is to do a silent install. Once the user click the silent install then the installer will run , and after that the menu is suppose to prompt out again. How do i get this done ? Is there a way
|
| JTable ClassCastException : Help please | 12 Jul 2006 15:39 GMT | 3 |
Dear Java experts, I have a JTable problem here. Problem description: I have to display a default table(3X3) when the application launches for the first time. Then user should able to
|
| Console clue .. | 12 Jul 2006 13:59 GMT | 6 |
<newbie mode on priority=-10 > :) I'm learning j2se and i'm trying to write a simple console programm and I'm stuck with this : i want the user to have 5 seconds to answer the question,
|