| Thread | Last Post | Replies |
|
| How is Java typically invoked from HTML? And Java Permissions question... | 12 Feb 2008 22:12 GMT | 4 |
I'm not a Java programmer, but I'm trying to solve some application compatibility issues with locked down security settings on Windows. My question: How do different Java-delivery tools invoke client-side Java in their HTML? Is the <APPLET> tag the way they usually go, or do they ...
|
| jar file not named .jar and "Applet .. notinited" | 12 Feb 2008 20:40 GMT | 5 |
Dear Sirs, there seems to be some kind of magic regarding naming of jar files when loading an applet via web browser. Lets say I have foo.jar and reference it via html this way
|
| Error Dialog Box | 12 Feb 2008 19:24 GMT | 1 |
What I need to do is add an error dialog box if the gallons of water excedes 990,000 gallons when entered but I'm not sure how or where to put it String input;
|
| how to read the value from database | 12 Feb 2008 13:50 GMT | 1 |
i created a form ...now i want to set the value in database after submitting the form ...i am new to jsf so i dont know much how to do it...i guess i have to use thebinding Regards
|
| how to bind the values in jsf | 12 Feb 2008 13:48 GMT | 1 |
i am new to jsf ..can u tell me how to bind the value in jsf
|
| java access to USB MAC OS X | 12 Feb 2008 13:32 GMT | 6 |
I have a simple requirement at this point an Apple MAC OS X - that is to detect the presence or lack of a USB device from java. I have read about JSR 80, javax.usb, jUSB and all indicate not available in Mac OS X.
|
| previous document in JEditorPane has lingering state, how to avoid that? | 12 Feb 2008 10:44 GMT | 5 |
I am using a JEditorPane to open plain text file and html file alternately. If I open the html file first, and then the plain text, some punctuation marks in the plain text have changed. For example, from ' to ', from " to " . However, if I open plain text first,
|
| help | 12 Feb 2008 09:43 GMT | 1 |
can you give me some web site to download javacard tutorials and its package for developing with Eclips. thanks
|
| jar file won't run | 12 Feb 2008 09:26 GMT | 11 |
Hi, I have a project in NetBeans, the project compiles, no errors, I also included in it all required extra libraries: javamail 1.4.1, jaf (Java Activation Framework) 1.1.1
|
| [SWING] Problem with JTree | 12 Feb 2008 08:18 GMT | 2 |
I've got a problem using JTree. I use a subclass of JTree that overwrites getCellRenderer() to get full control over the cell renders. Furthermore i use my own TreeModel and TreeNode implementations. These classes read method names and return
|
| Setting class variables dynamically from a config file | 12 Feb 2008 03:02 GMT | 5 |
I'm writing a java program (an evolution simulator) that has a large number (>50) of preferences that can be tweaked (e.g., foodAvailable, mutationRate, etc). They are booleans, ints and doubles. At present, these are variables in a class, and I'm trying to work out the best
|
| Beginner's question re: using the readLine() method | 12 Feb 2008 02:35 GMT | 3 |
The program below takes an argument entered at the command line and simply returns a float variable and then an integer. public class Changer { public static void main(String[] arguments) {
|
| Displaying HTML page with images from ZIP? | 11 Feb 2008 23:26 GMT | 4 |
I'm doing something where I've got optional resource modules packaged in ZIP files, this includes an information page in HTML. I can use JTextPane to display the text, but cannot see how to get it to display its images.
|
| Applet or servlet | 11 Feb 2008 23:04 GMT | 4 |
I have a website and I want, for example, the background image dynamically change every week. I will have the images on the hosting server. Should I use applet or servlet? Thank you,
|
| Java NIO selector close idle connections? | 11 Feb 2008 22:08 GMT | 1 |
I have an object attached to all selectionKeys with a timestamp showing last activity on the connection. So how/when do i run through the keys to find connections
|