| Thread | Last Post | Replies |
|
| Verification | 24 Feb 2007 18:25 GMT | 1 |
Can anyone help me build and attach an HTML file to my website? I need to either do that or add a META tag in order to verify my ownership of my website. I am so very new to this and could sure use a little personal help. Thanks Bunches!
|
| RegEx Help one more time | 24 Feb 2007 17:38 GMT | 1 |
Here's my pattern: pattern = "\\b[A-Z]([A-Z0-9]|[-+_/&.](?=[A-Z0-9])|[(][A-Z0-9]([A-Z0-9]|[-+_/&.](?=[A-Z0-9]))*[)])+\\b"; With the string AB(CDE), it finds only AB(CDE. Why isn't the closing parens
|
| frmas from and applet | 24 Feb 2007 15:48 GMT | 3 |
The aim is to write some code so , starting from an applet, the user can a make a choice (by radio buttons and an OK button), to let pop up different frames.
|
| How to make cursor auto tab to next textfield? | 24 Feb 2007 05:57 GMT | 1 |
I'm a intro Java programmer, my professor asking to do the input for SS# in 3 textfiled. Even it just a optional question, but I'd like to know how to apply this function in my code.
|
| Regular Expression help please! | 24 Feb 2007 05:55 GMT | 7 |
I need a regular expression that checks the contents of a string as follows - The string must - begin with the letters "CTN" but can be case insensitive
|
| Malfunctioning of JSP application | 24 Feb 2007 05:38 GMT | 3 |
A JSP application accepts username and password from user. Username and Passwords are stored in a Oracle database. It connects to the database and validated username using the passwords from database.
|
| Basic beginner questions | 24 Feb 2007 04:46 GMT | 8 |
Be gentle. I am new to Java. I did some VJ++ in 1999 for a few months but that was about it. 1. Like there is a Reflector (developed by Lutz) for .NET that disassembles Microsoft Intermediate Language and displays a tree view
|
| Writing XML and Whitespace | 24 Feb 2007 04:19 GMT | 1 |
I've done some research and figured out how to fix my problem, but now I'm wondering why this whitespace problem happens. When I use the following code... OutputFormat format = new OutputFormat(document);
|
| [Struts] action mapping to jsp pages under WEB-INF | 24 Feb 2007 04:02 GMT | 1 |
I all, this is my problem. I have a project under websphere. I have the index.jsp page as the unique page accessible from external browsers.
|
| NetBeans and JCreator | 24 Feb 2007 03:58 GMT | 11 |
Hello Guru, I'm new with Java and have a question regarding NetBeans and JCreator compatibility. I have a Window Application program that I wrote using JCreator Pro 4.0. The program is compiling and running fine in JCreator Pro 4.0.
|
| How to zoom in/out image and lines like google maps? | 24 Feb 2007 02:05 GMT | 2 |
Hello all, could anybody tell me how to zoom in/out images and lines? I want to create a application like google maps or mapquest, find the shortest path between two points in the image, then draw
|
| Configuring Apache with Tomcat | 24 Feb 2007 01:23 GMT | 2 |
I have downloaded Tomcat v 5.5.20 and Apache HTTP Server v 2.0.59 on my machine. Both are running on my machine as I can see the welcome pages when I enter the addresses http://localhost:8080 and http://localhost in the browser.
|
| Looking for a way to speed up png file writing | 24 Feb 2007 01:15 GMT | 4 |
I have a pixel array that contains RGB data. This code correctly creates that png file, but it take a long time. About 700ms. Does anyone know of a way for me to speed this up?
|
| TextArea resizing | 23 Feb 2007 23:16 GMT | 2 |
i got the problem described in the quote below but the suggested solution (overriding getMinimumSize()) doesn't work for me.
>In article <3330A7AC.4...@worldnet.att.net>, mears...@worldnet.att.net says... |
| Can a Java program be both an applet and stand alone? | 23 Feb 2007 23:11 GMT | 7 |
Howdy! I made a Java test at a job interview today. One of the questions was, "Can a Java program be both an applet and a stand alone program?". I had now idea, and I'm curious what the answer might be, and what the
|