| Thread | Last Post | Replies |
|
| Send Email with Form information | 25 Oct 2007 23:07 GMT | 7 |
-------------------------------------------------------------------------------- I have a Form with 10 fields on it and I need to send an email with all 10 field values. The form will pass the values to a Servlet which will call a JavaBean
|
| Java programming | 25 Oct 2007 23:00 GMT | 2 |
http://computer-programmings.blogspot.com
|
| ? | 25 Oct 2007 22:52 GMT | 10 |
I bought a Java book titled "Java programming for dummies. post on my group: "Computer programming news" and tell(if anyone knows) if it is a good one or not.
|
| EDT and SwingUtilities.invokeLater help | 25 Oct 2007 22:27 GMT | 4 |
OK, I got really confused about when to use SwingUtilities or not. For example. Let's say that I have a simple class that extends JFrame, a private JButton field testButton and a private JLabel field testLabel.
|
| Animated GIFs | 25 Oct 2007 20:25 GMT | 1 |
Here I am again with my questions. I would like to participate more in the forum (ie: give answers) but so far I had no answers to any of the questions I saw. But there will come a time when I participate! OK my question:
|
| Unicode character names | 25 Oct 2007 19:03 GMT | 3 |
Is there a method that returns a string containing the name of a Unicode character? I could not find one. Thanks, Alan
|
| JTree and those small Icons ahead folder, file etc icons. | 25 Oct 2007 17:57 GMT | 5 |
How can I remove those small icons that comes to front of each node that are in JTree. I mean those small images that looks like hanheld mirros or something. I want lines connecting each node to it's parent and folder and leaf icon
|
| Apple Java which Browser to use ? Safari throwing NullPointerException with clean Applet code | 25 Oct 2007 17:32 GMT | 3 |
I am programming for the first time on an Apple platform, and in fact programming Java for the first time in a while, so forgive me if this is newbie-ish. Mac OS X v 10.4.10
|
| ToolTipText not showing | 25 Oct 2007 17:03 GMT | 1 |
I use the setToolTipText to add help popup texts to some of the JButtons in my application. They show up when running it locally from NetBeans, but not when accessing it through the Java Web start page. Why is that? I attach the jnlp file if that should be the source of the
|
| loading a J2ME program into mobile phone (not SIM) | 25 Oct 2007 16:35 GMT | 1 |
Anybody pelase help, Can I load a J2ME program into a mobile phone memory (not SIM) and send SMS or use GPRS through my program? Thanks --Venkat
|
| build.xml | 25 Oct 2007 16:30 GMT | 3 |
I am new in this. I have build.xml file. How to use build.xml to build the software package. Any command I should issue? I type build.xml on command line it seems that it is not right.
|
| 2 different types in generic list | 25 Oct 2007 16:16 GMT | 8 |
Folks, I am converting existing code to use paramaterised generic collections. I need to add 2 different object types to a common list. Both object are interfaces that extend a common interface.
|
| javax.tools.JavaCompilerTool | 25 Oct 2007 15:51 GMT | 1 |
Has anyone found either sample code or a tutorial or even notes on how to use javax.tools.JavaCompiler to compile generated code on the fly? The classes are quite general and unusually inscrutable. classes include
|
| Convert HTML to XML | 25 Oct 2007 08:22 GMT | 18 |
Hello, All! Does anyone have any ideas how to convert Html into XML by using Java? I know there is java API that do opposite way(XML to XHTML). Any ideas or links would be helpful. :)
|
| How to dynamically generate a JSF page using a bean | 25 Oct 2007 05:27 GMT | 2 |
There is a web page which needed to be rendered according to a xml configuration file. Is there a way in JFS to dynamically generate a page with controls, tables and values like in a JSP Servlet.
|