| Thread | Last Post | Replies |
|
| objects (newbie) | 07 Feb 2006 14:56 GMT | 5 |
I learnt to program in the top down procedural system (assembly). Knowing when to create a new function was easy. If you kept repeating the same task then you needed to put it in a subroutine. But I'm a bit confused by all these classes in Java. What criteria should I use to ...
|
| Difference between static final members and final static members(if any)? | 07 Feb 2006 13:36 GMT | 4 |
Please explain the difference .
|
| comp.lang.java.{help,programmer} - what they're for (mini-FAQ 2004-10-08) | 07 Feb 2006 12:50 GMT | 1 |
Last-Modified: Fri Oct 8 11:38:42 2004 by David Alex Lamb Archive-name: computer-lang/java/help/minifaq Posting-Frequency: every 4 days Before posting read Jon Skeet's "How to get answers on the comp.lang.java.*
|
| Java Compilation Problem | 07 Feb 2006 12:42 GMT | 10 |
Because of a problem, I had to format my hard drive, and reinstall MS XP. I downloaded j2sdk-1_4_2_10-windows-i586-p, and tried to compile my java program. I got the following: C:\j2sdk1.4.2_10\bin>javac ira.java
|
| " Does anybody know how I can Drag an icon/object from windows desktop to Java GUI application | 07 Feb 2006 08:05 GMT | 1 |
Hi.. " Does anybody know how I can Drag an icon/object (which is an exe. and has short cut, for example java web start icon) from windows desktop to Java GUI application ? If so, where can I Find More
|
| Event Handling | 07 Feb 2006 03:57 GMT | 5 |
HI, Can anybody help me out here, i am building a chatwindow with three buttons 'send,clear,quit choice list, textarea & textfield.... I've got three classes ChatWindow, QuitChat, SendAndClearHandler QuitChat class works O.K., i can close window + use quit button
|
| language customization | 06 Feb 2006 23:15 GMT | 5 |
Im developing an application that accepts arabic string in a text field. just I want to customize the application to set the default language in arabic means the user doesn't have to converts the language or the direction(right-to-left)
|
| microsoft-google conflict | 06 Feb 2006 22:45 GMT | 3 |
each time i try to log-on, microsoft web browser appears, before google? then 2 pop-up boxes have to be eliminated from microsoft prior to getting into google home page?
|
| Double Buffering - more detail | 06 Feb 2006 15:26 GMT | 2 |
Hi, I'm looking for some double-buffering help. I'm back with a different question than my previous one. Within a derived Canvas class, PlotCanvas, I have declared: Image offscreenImage; Graphics offscreenGraphics;
|
| classloader ? | 06 Feb 2006 14:18 GMT | 4 |
sorry for my bad english... (i'm italian) Problem i've to build and application that uses plugin in the following way: 1.the core starts.
|
| Beginner CSV error | 06 Feb 2006 13:24 GMT | 13 |
I am trying to read in CSV data. "test.scv"'s contents are: 1,2,3 4,5,6 7,8,9
|
| Netbeans V5......Tomcat just won't start.. Why?? | 06 Feb 2006 08:39 GMT | 1 |
My appologies if this is not the correct forum but I am desperate. I have downloaded Netbeans V5.0 with JDK 1.5.0_05. Tomcat will not start. It just seems to hang until it times out. If anyone else has had this problem OR can direct me to a possible solution I would be deeply ...
|
| Peculiar issue with French characters | 06 Feb 2006 04:47 GMT | 6 |
I need to print out French characters (ççÇÇààÀÀèèÈÈééÉÉ) in a PDF file by running my code on Unix. I'm using iText to create the PDF. The configurations in iText for the fonts include BaseFont.IDENTITY_H for encoding and
|
| FlowLayout problem | 06 Feb 2006 02:51 GMT | 6 |
Hello everyone. I'm having a small bit of trouble controlling the location of my textfield using a flowlayout manager. As it stands, the textfield sits next to the label. I was wondering if there is a way to center the textfield 2 lines down from the label (~24 pixels I ...
|
| tools.jar | 06 Feb 2006 00:24 GMT | 3 |
I just downloaded and installed the latet version of J2SE on my XP system but was unable to open the tools.jar file. I get a message box that says "Failed to load Main-Class manifest attribute ..." How can I fix this?
|