| Thread | Last Post | Replies |
|
| Why Won't This Work on Mac OSX? | 28 Feb 2007 22:37 GMT | 3 |
Hey all, There is some java code on a website that will not work on Mac OSX using Safari, Firefox, Camino, and Explorer and was wondering if anyone here knew if there was a fix. It is a floating button. It shows up but it is
|
| DST changes and tzupdater | 28 Feb 2007 17:11 GMT | 1 |
I have updated my Java version to java 1.4.2_13, which as per Sun has the correct timezone info for the DST changes on 3/11. The Olson version for this jre is 2006g, which appears to have the correct timezone info. However, when I run either the tzupdater version 1.0.0-
|
| Need help with regular expression | 28 Feb 2007 15:14 GMT | 7 |
I'm trying to construct a regular expression to check the occurance of two substrings in a String, but I haven't yet found something that works. Could someone please help? This is used to parse lines of HTML code.
|
| Removing java operating files | 28 Feb 2007 04:05 GMT | 2 |
I have Win2K with NT. I have the following list of Java programs installed. I need to lighten the load because of space restrictions. Please advise which ones I should/could remove that would not interfere with my study of
|
| difference between thread and process | 27 Feb 2007 15:00 GMT | 2 |
I'd like to understand what's the difference between a thread and a process and how this is related to Java's threading mechanism. For example it used to be that, under Linux, every Java
|
| Print Stream Manipulation: | 27 Feb 2007 13:19 GMT | 2 |
Is there any way to specify variable as the width(right-alignment), say: <code> String str = "some string here";
|
| Communicating from event handler to container | 27 Feb 2007 01:49 GMT | 2 |
I have a class, let's call it AC, which extends JPanel. Each instance of AC also contains a JTextField. The actionlistener for the text field is also in the class definition of AC. If a certain condition is detected by the actionlistener, the object needs to tell the parent ...
|
| Checking input for letters | 26 Feb 2007 18:19 GMT | 31 |
I am accepting input with the following code: int menuchoice=0; String menu; Program unique = new Program();
|
| How do you consistently repaint a JComponent? | 26 Feb 2007 15:40 GMT | 9 |
[code] /** * Handle {@link #urlLabelText} to change color if {@link java.net.URL} displayed is not {@link #homeURL}
|
| Serialization problem | 26 Feb 2007 15:35 GMT | 2 |
I'm writing an object to a file using serialisation. I based it on an example from the net public void writeMyObject(){ FileOutputStream fos = null;
|
| Unchecked compiler warning | 26 Feb 2007 15:30 GMT | 11 |
I have the following test code and get an error: G:\BCIS 3680\Problem 2\src\my\Problem2\TestError.java:14: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type java.util.Vector
|
| JDIC help | 26 Feb 2007 13:36 GMT | 2 |
Hello frens, I am trying to write a program for inserting a tray icon in windows system tray. But I am getting error as 'package org.jdesktop.jdic.tray.* not
|
| ensuring unique object | 25 Feb 2007 20:18 GMT | 4 |
I have created an object that is used in a servlet on tomcat. It is very important that this object and all of the information it contains be unique to each request obtained by tomcat. However, this doesn't appear to be the case.
|
| Using Interfaces ? | 25 Feb 2007 19:39 GMT | 6 |
I've started java recently and I'm having some problems using interfaces in real world cases. Say I have an interface, "exampleinterface" declaring a list of methods. I write a class, "example1class" which implements the interface methods 1 for
|
| Java comm API examples needed | 25 Feb 2007 15:26 GMT | 3 |
Can anyone give me a link to sample programs on serial communication using java comm API? I need to send and receive data thro the serial port(COM1). I tried downloading the generic zip file from the sun site: http://www.sun.com/download/products.xml?id=43208d3d . But this
|