| Thread | Last Post | Replies |
|
| Design help | 31 Mar 2007 21:01 GMT | 3 |
I am a J2EE developer, and have never developed a swing application before. So I am in a situation where I have to develop an Installation wizard which has 6 to 7 steps depending on user input. For forms designed, I used Abeille and everything seems to be okay, however I am not ...
|
| About JTextPane, Why "Not equal" ? | 31 Mar 2007 20:26 GMT | 14 |
See this code. <code> // JDK 1.5.0_11 void process() throws BadLocationException {
|
| Newbie Question: Problem with Tomcat and MySql | 31 Mar 2007 19:57 GMT | 4 |
Hello all, I am trying to develop a servlet that connects to MySql db. Here is what I did. Downloaded mysql-connector-java-5.0.5.
|
| gl4java | 31 Mar 2007 19:34 GMT | 1 |
Give me, please, subject. I can't find him.
|
| Jframe | 31 Mar 2007 17:58 GMT | 3 |
In my application, I open a JFrame, and I need this frame to be caption-less. Can someone tell me how to get rid of the title bar and the border? Thank you!
|
| an error in weblogic console | 31 Mar 2007 17:46 GMT | 1 |
i am getting an error in weblogic console weblogic.transaction.internal.TimedOutException: is there any settings required to stop this error ?
|
| What are OOP's Jargons and Complexities | 31 Mar 2007 17:00 GMT | 17 |
What are OOP's Jargons and Complexities Xah Lee, 20050128 Classes, Methods, Objects In computer languages, often a function definition looks like this:
|
| Password retrieval app | 31 Mar 2007 07:04 GMT | 1 |
I would like to create an online app where if the user (has account on AD) has forgotten the password, can reset the password and that will send a link to their email address to reset this temporary password. This is almost similar to the password reset emails that we receive
|
| Web-based personal development co. looking for programmers | 31 Mar 2007 05:49 GMT | 3 |
Web-based personal development co. looking for programmers Mylinia.com Live purposefully! Who:
|
| Help | 31 Mar 2007 05:35 GMT | 4 |
http://www.helft-molli.de.vu/
|
| Sound recording applet ;-) | 31 Mar 2007 04:53 GMT | 3 |
can you point me to an example. To see how well it would work? ~ I know the java.sound API has been around for quite a long time, but I have never seen anything implemented
|
| Passing connection to stored procedure | 31 Mar 2007 02:22 GMT | 1 |
Is there any way other than DBLINK to connect from one oracle server to another. Basically i have to purge data from one oracle server to another i.e. One server is used as
|
| Month difference between dates | 30 Mar 2007 22:17 GMT | 2 |
Hi i want to know if there is a way to know exactly the number of months (instead o days) between to diferent dates.. Thanks a lot
|
| Is auto(un)boxing good style? | 30 Mar 2007 18:59 GMT | 2 |
Here is a sample program that uses auto-boxing and auto-unboxing: public class AutoBoxQuestion { public static void main(String[] args) { /* This does seem better than writing out
|
| Protected inner classes and inheritance | 30 Mar 2007 16:13 GMT | 16 |
Apologies if I am missing something obvious, but here's the situation. I have a top-level class with a protected inner class. I have a second-level class in a different package that extends the top-level class. For example: package somePackage;
|