| Thread | Last Post | Replies |
|
| Testing for a User in a Session (JSP/Servlet) | 21 Feb 2007 21:57 GMT | 3 |
I'm really struggling trying to figure out how best to approach a problem I have. My project is a simple web application that requires user authentication. To accomplish this, the first page is a login JSP
|
| Trying to create a working internal confirm JOptionPane | 21 Feb 2007 21:49 GMT | 12 |
[code] public class SimpleBrowser extends BrowserBean { // BrowserBean extends JFrame class LayoutManager {
|
| no autoexec.bat | 21 Feb 2007 19:20 GMT | 5 |
I am having the same problem, but when I look for the autoexec.bat in C:\autoexec.bat, its not there. I ran a full search and it wasn't anywhere on my computer. Is there another way of fixing this problem?
|
| package und static classes | 21 Feb 2007 16:20 GMT | 3 |
Im new to Java and hav a Problem compiling a package: To Simplest classes are in my package. When ich try to compile the second it gave me a "Cannoc find symbol : variable MyTestClass" pointing to the MyTestClass behind "double z="
|
| Re: Why does Java require the throws clause? Good or bad language design? (fwd) | 21 Feb 2007 15:23 GMT | 16 |
Sorry for the double-post, comp.lang.java.* readers. I accidentally cced "comp.misc" instead of "comp.lang.misc" the first time, and then spent a lot of time wondering why the message didn't show up...! Repost:
|
| How do I know which choice box has been selected? | 21 Feb 2007 05:36 GMT | 7 |
I have two choice boxes on a form. I am using awt (not swing if that matters) I have an ItemStateChanged event which is called for both Choice box selections, but how do I know which box has been selected? The code is something like this:
|
| hi i have a query regarding inheritance | 21 Feb 2007 05:31 GMT | 5 |
me a complete newbie to java would appreciate help from you all on inheritance my query is like this consider a class
|
| Scrolling a JList | 21 Feb 2007 02:12 GMT | 3 |
I have a JList that uses the DefaultListModel and is in a JScrollPane, sdaScrollPane.getViewport().setView(sdaList); When a line is added list.addElement(text);
|
| Good J2ME Book? | 20 Feb 2007 22:17 GMT | 7 |
Would you please recommend a good J2ME book? Thanks.
|
| Same Splash Screen on Any Device Possible? | 20 Feb 2007 21:37 GMT | 3 |
Dear Friends, I am writing a J2ME application that starts with a Splash Screen. Is it possible to check the resolution of the LCD and display an appropriate graphics file? I will have multiple graphics files, one file for each
|
| Opening instruments with appletviewer vs. browser | 20 Feb 2007 19:06 GMT | 7 |
A Java program that I've written that makes sounds works fine when I test it with appletviewer, but not when I use a browser (Firefox or Explorer). The difference is that when I call the MidiSystem synthesizer with getAvailableInstruments, I get a bunch of instruments
|
| [encoding]Stupid question regarding encoding | 20 Feb 2007 15:33 GMT | 5 |
I have written a java plugin for an application that reads a file to execute a series of actions ; when I parse my text file I check for the existence of the following line "#HEADER" ; it works fine on my equipment ; on Windows somebody working with the text file encoded in utf-8 ...
|
| Gernerics Linked List | 20 Feb 2007 14:17 GMT | 8 |
Has anyone seen any sample code for the use of a linked list program using Generics. ? Sure would appreciate it.
|
| Netbeans help | 20 Feb 2007 00:16 GMT | 3 |
I messed up in Netbeans and lost a part of the screen. Can anyone help me get it back? There is a bar when one toggles between the source and design views of a class. I have an image of it here: http://img.villagephotos.com/p/
|
| Any Open Source J2ME Media Player? | 18 Feb 2007 19:32 GMT | 1 |
I just started writing a J2ME MP3 player application. The MP3 files are stored in the device's flash memory, not streamed through the air. The user interface would be simple and device-independent. I am searching for source code that I can learn from or modify. Is there a J2ME ...
|