Using enums inside packages. #2073 (3/12/2009 6:06:00 AM) Hi,
I've the following directory structure
EnumTest
|
-- Test.java
-- MyEnum.java
Test.java contains :-
package EnumTest;
public class Test{
MyEnum e;
... situ747(2)
Beginner. JOptionPane Cancel question.3124 (2/22/2009 4:39:44 PM) Code from homework assignment. We haven't gotten to error trapping yet.
But I'd like to know.
int Years;
years = Integer.parseInt(JOptionPane.showInputDialog("Enter years));
2 questions.
1) How... oil(4032)
newbie: how to read params from form-post?0335 (2/28/2009 8:39:17 PM) I would like in my servlet to read params that user typed in a web form...
but, it's all ok when form is with action=get, but when action=post, I
cannot read them
how could I do that?
I was using httpSev... buu
Java Default Settings Directory?175 (2/14/2009 2:48:26 AM) Hello,
I've installed Java with default installation on the C: drive. I have an application called
Areca Backup (http://areca.sourceforge.net/) which for some unknown reason stores its settings in
anot... Adhal
find out JDK version of .class file3245 (2/9/2009 2:08:30 PM) I would like to find out the JDK version with which a .class file
has been built. Wikipedia tells me that the minor version number
of the class file format being used can be found at bytes 4 and
5, while th... Bart
Newbie: Java IDE for mobiles094 (2/6/2009 9:30:02 PM) Hi all,
I am a Java newbie, but have many years programming experience with over 4
years working on C# writing asp.net, windows apps / services, web apps /
services and mobile apps.
I wish to write a ... David
JAVA and PHP Session1103 (2/5/2009 7:42:04 AM) Hi all,
Is there a possible way to check if a JAVA Session exist within PHP? I
have a JAVA login page once a user has logged in there will be a link to
a PHP CMS, this is where I would like to check if a... joel.cumberland(2)
JAVA and PHP Session #20115 (2/5/2009 7:46:23 AM) Hi all,
Is there a possible way to check if a JAVA Session exist within PHP? I
have a JAVA login page once a user has logged in there will be a link to
a PHP CMS, this is where I would like to check if a J... joel.cumberland(2)
add underline and yellow font to this script, how?10115 (2/1/2009 1:04:20 AM) Below is a simple spam blocker for email addresses on webpages...but I don't
know how to change the color to yellow for the email link. Also, I'd like
the email address to be underlined. Any help here? THAN... ohright(1)
Re: add underline and yellow font to this script: SOLUTION156 (2/2/2009 1:15:56 AM) Just in case anyone stumbles across my original post in Google--regardless
if this is a java group or java script group--here's the solution:
function je... Collon