| Thread | Last Post | Replies |
|
| Deprecated | 31 Mar 2007 19:23 GMT | 5 |
I'm a beginner trying to learn using examples..... Javac says that show() is deorecated.... what have I to use instead of it ? Many thanks .
|
| Swing Text components | 31 Mar 2007 18:45 GMT | 8 |
I have to create an application which consists of various text fields and text areas. Due to layout concerns, the various text components are distributed between multiples JPanels in a somewhat complex layout. The hierarchy is as follows:
|
| Setting check box via property file | 31 Mar 2007 17:12 GMT | 4 |
Hi. am writing a java program where there are different user accounts that can be used to log into the program. On the logon screen is a check box that says remember me. If I select the check box and login it then writes a property file that says what the user and the
|
| function in derby[beginner] | 31 Mar 2007 15:43 GMT | 1 |
I have this class: public class Say { public static int say(int i) { System.out.println("* Say: " + i);
|
| problem with applet access to web service | 30 Mar 2007 09:45 GMT | 13 |
I am using java 5. I have a prolem with access to web service by java applet. When applet is launched as standalone application it works fine, but when i try to launch applet in my browser as a part of website it doesn't work. Applet is loading and loading and it can't
|
| how to create noise signal, convert to xml and send to tcp/ip socket? | 30 Mar 2007 07:54 GMT | 1 |
Hi, All I am new to Java, and really need to your help in this moment. I would like to create a random noise signal (at this point any signal is ok, later on I would like to one with the distribution I defined),
|
| mathematical problem, adjusting readings | 30 Mar 2007 05:05 GMT | 3 |
I probably could solve this myself, but I thought I would share this problem with the group because you might find it interesting or mildly challenging. The problem is this. I sample the hit counts on my website each day,
|
| JSP problem.. | 30 Mar 2007 04:34 GMT | 7 |
why do JSP's sometimes stop generating code in "midstream.."........:( this is what end of generated code looks like now when I view-src-code: <div id="photo02" align="center"> <table border=0 cellspacing=0 cellpadding=5 width="910">
|
| Netbeans 5.5 startup Errors | 30 Mar 2007 04:06 GMT | 1 |
Please forgive me if I have posted this in the wrong group. I have searched for a solution to the following, without any luck. Most of the documentation skips ahead to the part where Netbeans is working correctly.
|
| Print Triangle inside a rectangle | 29 Mar 2007 23:15 GMT | 2 |
I want to print a triangle, made of blanks or asterics inside a rectangle made of alphabets. It's as follows; ABCDEFGFEDCBA
|
| Applets doesn't close | 29 Mar 2007 20:00 GMT | 1 |
Here is the code of an applet to show a face happy and sad at intervals, I made. import java.awt.*; import java.applet.*;
|
| extends "cannot be resolved to a type" | 29 Mar 2007 14:08 GMT | 4 |
My source code is in the following locations. http://terrorpin.net/~ben/docs/comp/lang/java/HelloDate.java http://terrorpin.net/~ben/docs/comp/lang/java/HelloDate2.java I am using IBM PowerPC Linux JDK 1.5 on Fedora Core 6. HelloDate.java
|
| Getting currency on a specific day ? | 29 Mar 2007 10:55 GMT | 12 |
Is it possible and how to get the currency of Euro on a specific day which I choose ? It is suppose to be in kuna - Croatian monetary value. Does exist some web service of that kind ? If not, can I create web service of that kind ?
|
| Generics Problem | 28 Mar 2007 16:45 GMT | 17 |
I am trying to use generics in my code and am having a problem. I have two classes that are quite similar, RootedNode and UnrootedNode, so I decided to make a class called Node and have both of these extend it. I have a similar structure with UnrootedTree,
|
| Installing and testing Geronimo | 28 Mar 2007 15:03 GMT | 1 |
Although I know some Java, I am completely new to using Java for server-side programming. I have Geronimo installed on a Linux system, and have the browser displaying http://localhost:8080/console. Using the Apache-Geronimo tutorial I
|