| Thread | Last Post | Replies |
|
| Showing different color texts on a text control in Java | 10 Nov 2006 20:47 GMT | 2 |
Is there a text control in Java that I can use to show texts with different colors at the same time. Like showing a word in Red and another one in blue at the same time on that control.
|
| Need Help | 10 Nov 2006 20:23 GMT | 1 |
I am wanting to develop a POPUP for my site (as soon as it is opened) to advertise some of my clients websites. Is there anybody that can help me PLEASE Thanking You
|
| Struts newbie question | 10 Nov 2006 19:41 GMT | 12 |
I am a newbie to struts. I am trying to get a simple example working which I found on jakarta struts tutorial. When I click on a link, I expect it to transfer to TestAction.jsp page , but I can see it changes to TestAction.do and I get "Page Cannot be
|
| Interesting problem | 10 Nov 2006 19:40 GMT | 5 |
I have a stupid but interesting question. Let's say I have 3 java files. a.java, b.java. c.java and a calls b and b calls c. If I compile and run them, they works fine.
|
| New Window | 10 Nov 2006 19:29 GMT | 1 |
I've got an exsistent Container I am using to display a menu consisting of some buttons. I also have a JTable that I'd like to display in a seperate window. How do I do this?
|
| Oracle Express DB connection URL in Eclipse 3.2 via Database Profile - how? | 10 Nov 2006 18:53 GMT | 1 |
I'm trying to connect to a newly downloaded and installed Oracle 10g Express database via MyEclipse. I need to define a connection URL. The name of the database I want to connect to is 'HR' (the sample that comes with the installation). The username
|
| A simple Vector and generics question | 10 Nov 2006 18:34 GMT | 5 |
I am using Java 1.5. Usually I don't use generics. But my following program won't compile. Error happens at "vec.setElementAt(new Integer(4), 0); " I am using Eclipse. After finishing writing the program, there is no
|
| Recommend a good programming environment for beginner? | 10 Nov 2006 17:26 GMT | 35 |
Howdy. I'm taking a java class, and they unfortunately just have us using the DOS cmd liine and notepad to program. I'd like to use a good environment. I used to use Codewarrior. Netbeans came with the Java download from Sun, but it overwhelmed me, seems like I'd have to invest
|
| MenuItems in Choice component cut off using Firefox | 10 Nov 2006 16:46 GMT | 4 |
As detailed at www.segal.org/java/choice_cut/ (with a working applet and full source code) some MenuItems in a Choice component get cut off using Firefox at 800 x 600 display resolution. The problem does not occur when the same applet is run in Internet Explorer 7 using the same ...
|
| How to get connection to remote host | 10 Nov 2006 15:35 GMT | 12 |
I am beginner in httpunit i am trying to get resonse from a remote host, but i am not able to get it the error is connnection Exception: connection refused; connect
|
| Stopping and Starting IO | 10 Nov 2006 14:46 GMT | 8 |
I have a file that looks like this: . . .
|
| ANT deploy remote | 10 Nov 2006 12:36 GMT | 6 |
Dear group, i am issuing a big problem. I want to do following. I am working on a server, where Tomcat is installed. On my local server i am programming with eclipse. I am using a build.xml file to compile
|
| Turn off Java Plug-in applet tag support | 10 Nov 2006 09:24 GMT | 1 |
I'm presently working on a project which involves switching a bunch of applets from the old M$ Java runtime to Sun's 1.5 plug-in. We want to be able to offer the users the chance to switch from the "old" applet support to "new" applets and (and this is the hitch) back again, at
|
| midp - rms record ID | 10 Nov 2006 08:54 GMT | 1 |
New to this, so bear with me! I am creating a simple Midp mobile phone app. I am saving a "username" and "password" to rms, this returns two recordID's. When my app runs, it needs to check whether a username and password were
|
| What's wrong in this transaction? | 10 Nov 2006 06:49 GMT | 12 |
i've developed a jsf application. I do lots of prepared statement in a session,what i want is do all in a transaction. So i've created an object that collects all the prepared statement of the session.
|