Forum: Java May 15th, 2009 |
| Replies: 3 Views: 1,217 Hello there,
I am using the JTextPane in my Java Swing Application. How do I make it Handle Hypelinks. Like lets say the use enters
\\some_foldername\some_subfolder_foldername\some_file.xls or... |
Forum: Java Jan 16th, 2008 |
| Replies: 2 Views: 3,852 yes the treepath is prefectly fine and includes all the nodes upto the selection |
Forum: Java Jan 16th, 2008 |
| Replies: 2 Views: 3,852 I've read plenty of java Swing forums or questions and none of them have the right answers. I am trying to dynamically select a node in a JTree by searching for it using a search panel based on its... |
Forum: Java Feb 23rd, 2007 |
| Replies: 3 Views: 1,863 Hi ithelp,
Your absolutely right. Also adding to it
Java Singleton pattern (http://beginner-java-tutorial.com/singleton.html) |
Forum: Java Oct 16th, 2006 |
| Replies: 1 Views: 1,948 Probelm: I have 2 panels in my main container. The jplTop Panel is what with I am concerned.
I have set its layout as jplTop.setLayout(new GridLayout(2,4));.
So as per the layout setting I... |
Forum: Java Oct 15th, 2006 |
| Replies: 5 Views: 4,386 Hi thanks dude. I got to know what the probelm was. My calculator is working. Thank you for taking so much time.... I had set layout manager again in main, after doing it once in the constructor.... |
Forum: Java Oct 14th, 2006 |
| Replies: 5 Views: 4,386 Hi ,
Thank you very much for that changes. I tried running the same above program after changing the contentpane to calci. When I run the program I am only getting the outerframe as the output.... |
Forum: Java Oct 14th, 2006 |
| Replies: 5 Views: 4,386 /*
Java Swing Calculator
*/
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Container;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.GridLayout; |
Forum: Java Jul 17th, 2006 |
| Replies: 1 Views: 2,605 I have a table which is placed in a Panel. This panel contains a Horizonal Scroll Bar which when scrolled to the right enables us to see the whole JTable. Now the Table itself has a vertical... |
Forum: Java Jul 5th, 2006 |
| Replies: 2 Views: 86,095 JAVA Date Utility
( This program Demonstrates the proper use of Date functionality in common java programming scenarios )
Date and Time |
Forum: Java Jul 5th, 2006 |
| Replies: 3 Views: 1,202 Download the latest JDK from the Sun Site
Download Jcreator After Installing JDK and and then install JCreator for this will aut0 set all the properties required for compilation.
And then If you... |
Forum: Java Jul 5th, 2006 |
| Replies: 13 Views: 7,907 I made a site namely http://www.freejavaguide.com and hence would like to share some of the useful parts of the site that can be used be each of you.
INTERVIEW QUESTIONS... |
Forum: Java May 30th, 2006 |
| Replies: 2 Views: 3,593 Hey buddy. I saw something and thats exactly what i am looking for. Some good case study kinda java questions. But that was an image. Could not see the full question. Is there a site where i can get... |
Forum: Java May 29th, 2006 |
| Replies: 2 Views: 3,593 I wanna find some good site which lists some good Java
Programming Questions (Programs to work on the comp) along
with their solutions.
Regards,
http://www.freejavaguide.com |
Forum: Java May 12th, 2006 |
| Replies: 0 Views: 2,614 I am using FocusTraversalPolicy policy in my Swing Project for tab out functionality. In some screens some componenets(combo box , textbox etc) are disabled in between some enabled components. So... |
Forum: Java Mar 21st, 2006 |
| Replies: 2 Views: 17,772 I am using Apache Tomcat
I got the following error when invoking a jsp.
type Status report
message HTTP method POST is not supported by this URL
description The specified HTTP method is... |
Forum: Java Feb 12th, 2006 |
| Replies: 1 Views: 2,194 i download a evaluation version of weblogic6.1.
It gives me the following exception when I start Weblogic
$$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
Unable to start WebLogic... |