| Thread | Last Post | Replies |
|
| Multiple image sizes in frame icon (window icon) in Swing | 12 Feb 2007 23:15 GMT | 3 |
Hello, in Swing, how can I achieve that a frame icon has several images associated with it, in different sizes like 16x16 and 32x32 pixels? (In Windows, this is useful, as the icon in the window of the frame has usually size 16x16 while the icon as shown when you press Alt
|
| Problem with applets with Opera browser | 12 Feb 2007 23:13 GMT | 5 |
I have some problems with applets in Opera. I just get a gray window and nothing in it. The html page should be correct, as it works in Internet Explorer (the applet is loaded there). I have "Java enabled" checked in the Options. Nothing appears in the Opera Java Console.
|
| delete repeated letters in a word | 12 Feb 2007 21:22 GMT | 10 |
so If i enter the letter blbabh the word will acutally become: blah // repeatble letters in the key char checkkey[] = pkey.toCharArray();
|
| input of value integer problem. | 12 Feb 2007 19:56 GMT | 1 |
> Hey, Sorry to bother you, I have output that is not doign what i want it > to > do. I'm just having trouble getting it to run the way I want it to do. > I'm |
| forcing finalize() | 12 Feb 2007 19:12 GMT | 9 |
I found way to force finalize() using deprecated since JDK 1.1 method: -------------------------------------------------------------------------- class WebBank { boolean loggedIn = false;
|
| Protect sensitive string in .class | 12 Feb 2007 17:29 GMT | 9 |
If my application use an encryption key to encrypt some data, then what is the best possible way to get that key? I mean if i keep the encryption key inside a class file then someone may decompile the file and get the key..
|
| Defining string java cup/jflex | 12 Feb 2007 16:07 GMT | 1 |
Maybe someone here can help with this. I'm a newbie to cup/jflex and I'm having some troubles. I'm starting with an example I found somewhere and modifying it slowly to get the desired result. I want to allow strings, eventually between braces
|
| jetspeed portal issue | 12 Feb 2007 16:02 GMT | 1 |
does jetspeed support sybase database? the following link says it does support http://portals.apache.org/jetspeed-2/getting-started.html but they have not mentioned any constant for sybase (which is required
|
| Two identical Strings stored in two different object | 12 Feb 2007 15:32 GMT | 12 |
Hi, I know java ensures that only one String object exists when there are two identicals Strings, i.e: String s1 = "Hello"; String s2 = "Hello";
|
| JSP, Arabic text and Oracle | 12 Feb 2007 15:14 GMT | 9 |
I have a problem saving Arabic text entered through a JSP into the Oracle database. The NLS_LANG parameter for the database is AMERICAN_AMERICA.AL32UTF8. Do I need to change this value to something else?
|
| JSP Tag syntax and use | 12 Feb 2007 15:01 GMT | 3 |
i'm developing a JSP page, starting from an example. I'm using JPivot, a tag library for rendering OLAP results. Everything works well, but i need a bit of customization. The example code is like that :
|
| Excellent Software Testing Resource | 12 Feb 2007 14:00 GMT | 2 |
I have found an excellent site on Software Testing, the site provides in depth material on what and how is software testing, along with complete details of Win Runner / Load Runner. The site has a good FAQs and testing tools.
|
| How install forte for java CE | 12 Feb 2007 13:57 GMT | 1 |
Can I install forte for java CE? how?? Is it free? Thanks in-advance,,
|
| Two questions about Ant | 12 Feb 2007 13:51 GMT | 2 |
I am a Java (and Ant) newbie, so be gentle. 1. The Ant documentation says, "All the main Java IDEs ship with Ant, products such as Eclipse, NetBeans and IntelliJ IDEA. If you install Ant this way you usually get the most recent release of Ant at the
|
| Unable to locate package java.lang in classpath or bootclasspath | 12 Feb 2007 13:49 GMT | 1 |
I am new to Eclipse. I tried to build a project but I got the following error. I assume that it is environment issue. Any help would be apprecitated. Buildfile: E:\Eclipse\WorkSpace\HelloWorld\build.xml
|