| Thread | Last Post | Replies |
|
| Data input in java programs | 17 Sep 2004 11:03 GMT | 1 |
I am new to Java but an experienced programmer in C. I am trying to find a simple way to read data from the keyboard in a java program. The java.io package seems to be the solution but I find very complicated to
|
| Best way to pass data between objects | 17 Sep 2004 08:58 GMT | 1 |
I am working on an application that extends a Jpanel and draws a map to the screen. Here is what I have: The JPanel is threaded and is responsible for capturing the mouse,
|
| Can't see my applet running | 17 Sep 2004 06:48 GMT | 13 |
I wrote an applet that runs well on my machine but does not display on other people's machines. Sometimes I get a little X box, sometimes it's all grey. I am running IE 6.0 and I compiled the applet using NETBEANS version
|
| associating jar files with jar executable | 17 Sep 2004 02:55 GMT | 2 |
A program I have installed under windows XP has stolen the association of jar files. I would like jar files to be opened with java.exe -jar so that they run when I double click on them... I've tried using windows explorer to assocaite .jar files with the
|
| Books?? | 17 Sep 2004 02:49 GMT | 14 |
I'm new to java. I've never seen so many books that soon lead one to total confusion. I've come to the conclusion that most programmers can't deal with the English language. My preference is books by example: simple programs fully explained
|
| Socket communication problem | 16 Sep 2004 23:21 GMT | 5 |
I am writing a program which listens on a port and when it recieves information it sends an acknowledgement message to the sender. I based my code on the KnockKnockServer.java from the Sun tutorial on sockets. My problem is that while I can receive the acknowledgement using a
|
| Java preferences | 16 Sep 2004 22:21 GMT | 6 |
I'm using the java.util.prefs.Preferences class to store some prefs in a platform neutral way but I can't work out how to rename or copy a preferences node, is this possible? Cheers
|
| j2me, accessing camera on sony ericsson t630 | 16 Sep 2004 18:19 GMT | 1 |
As the subject says, is it possible? Can you access anything else on the phone. I'm having real trouble getting anything to work, just get the invalid application message. Anyway of getting anything more
|
| newbee question | 16 Sep 2004 18:13 GMT | 10 |
I am newbee, thanks for your help. I installed JBuilder X Enterprise... Made the tutorial for the Hello world Midiet, all works fine on my PC. Installed the Mime Type on IIS 2000 server
|
| Help with graphics operations | 16 Sep 2004 17:55 GMT | 6 |
My problem is as follows: in a method that receives as parameters a Shape object and a Graphics object, I must draw two copies of the Shape, with an offsrt of a few pixels between the two copies on the x axis.
|
| Servlet / Bean communication | 16 Sep 2004 11:49 GMT | 5 |
How can I use, from within some servlet, an instance of some application scope bean (declared in some jsp page <jsp:useBean id="idee" class="some.package.SomeClass" scope="application"/>)? From which context, which attribute?
|
| Parsing HTML and making links absolute | 16 Sep 2004 11:08 GMT | 3 |
Hello, I have a String that represents the URL to a picture. My problem is that it could be an absolute URL or relative to the page that contains the picture. Before I go about to reinvent the wheel, can someone point
|
| Adding a native method to String | 16 Sep 2004 02:57 GMT | 10 |
Suppose I create a method private void String SomeMethod(String s) { String s0;
|
| How to increment ip-numbers? | 15 Sep 2004 22:07 GMT | 10 |
is it possible to increment the datatyp/class InetAddress ? or do you have to to split the String into it's int octets and increment them via a methode? i hope there's an easy method... thx in advance
|
| JSP CeWolf JFreeChart JSP wrapper - how to set data series colors? | 15 Sep 2004 17:06 GMT | 1 |
I'm using the CeWolf taglib wrapper around the JFreeChart charting library in my JSP pages. Does anybody know how to set the line colors for XY time series charts? I can see how its done in JFreeChart - but there's no instruction on how this
|