| Thread | Last Post | Replies |
|
| payment gateway | 17 Mar 2007 10:12 GMT | 1 |
can u explain the payment gateway and its functionality
|
| Eclipse RCP | 17 Mar 2007 06:28 GMT | 1 |
In View(Viewpart) I can make it unclosable() in perspective by calling layout.getViewLayout(ID).setCloseable(false) in createInitialLayout(..) method. Can I do the same thing for editor (EditorPart)?
|
| GET NEW PROGRAMS | 17 Mar 2007 03:34 GMT | 3 |
YOUR MIND IS THOUGHT FACTORY, YOU CAN BE A GREAT SUCCESSFUL PROGRAMMER. USE MEDITATION TO GENERATE EXTRAORDINARY CODE. what is vaital to make a perfect program , logic ? yes , obviously logic, , can we extand our logical part of brain.
|
| Java version & Applet | 17 Mar 2007 00:33 GMT | 1 |
I got some questions dealing with java-version in junction with Applets. When i compile an Applet with my jdk1.6 it can only be used when the client machine also has at least version 1.6, is that correct?
|
| Welcome Back Roedy Green! | 17 Mar 2007 00:27 GMT | 4 |
Have you been back for awhile? (Maybe I'm just stupid!) I was . . surprised to see a post from you -- LTP
|
| Urgenr help required....!! | 16 Mar 2007 22:52 GMT | 5 |
Hi frenz...!! Could anyone tell me... how to save a file with properties extension using a JFileChooser?? i.e i want to replace AllFiles option that gets displayed in
|
| java.lang.UnsupportedClass error | 16 Mar 2007 20:02 GMT | 3 |
> java -jar squirrel-sql-2.4-install.jar > Exception in thread "main" java.lang.UnsupportedClassVersionError: com/ > izforge/i > zpack/installer/Installer (Unsupported major.minor version 48.0) |
| java.lang.NoClassDefFoundError in ejb? | 16 Mar 2007 18:27 GMT | 1 |
I'm fairly new to ejb's so this might have an obvious solution that I'm not aware of. The following snippet of code compiles and runs just fine (with all necessary packages included) if not run as part of an ejb. However, if I make this an ejb, deploy it, and then
|
| query regarding static metods | 16 Mar 2007 18:13 GMT | 9 |
why static methods of outer class cannot create the object of non- static inner class?
|
| LookupDispatchAction, buttons with the same name.... | 16 Mar 2007 18:04 GMT | 4 |
I'm using LookupDispatchAction and this action is used from a form in which depending on the request parameter I will either have a save and clear button, or a save, cancel and update button. The problem is that when I only have a save and clear button, the save
|
| Cyclic annotation element type | 16 Mar 2007 17:15 GMT | 1 |
If the following annotations are specified in different files, javac (correctly) rejects them: public @interface Bar { Baz baz();
|
| [SWING] custom JSlider | 16 Mar 2007 17:15 GMT | 2 |
Suppose I have 2 images :one of the background slider, one of its handle. I want a standard javax.swing.JSlider but customise its look with my 2 images.
|
| Learning Eclipse | 16 Mar 2007 16:38 GMT | 2 |
Newcomer here so please play fair, After a talk with some Adobe Flex guru's I've started to fire up and play with the Eclipse IDE, but as you can imagine it's a bit daunting for beginners. I primarily code in xhtml and css; is it possible to tailor Eclipse
|
| version of java run time environment on a client | 16 Mar 2007 16:30 GMT | 2 |
how can i tell? Is it just the latest version shown in HKLM|Software|Javasoft|Java run time environment? Thanks!
|
| detecting nasty class/jar files? | 16 Mar 2007 15:10 GMT | 19 |
Before I run foreign java-programs on my machine, I generally like to know what they *can* do. Assuming there are no dll's involved (otherwise I wouldn't idly run the program, anyway)
|