No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
17 Posted Topics
I wanna find some good site which lists some good Java Programming Questions (Programs to work on the comp) along with their solutions. Regards, [url]http://www.freejavaguide.com[/url] | |
Re: Try out [URL="http://www.easystorehosting.com"]Easy Store Hosting[/URL]. They are based on ZEN Cart Shopping cart hosting + A whole lot of other Features like Ebay Store Import, Yahoo Seller Tool and more.... | |
JAVA Date Utility ( This program Demonstrates the proper use of Date functionality in common java programming scenarios ) Date and Time | |
Hello All, [U][I]I have my Robots.txt as[/I][/U] [CODE]User-agent: * Allow: / [/CODE] and used the "[B]Robots Meta Configuration[/B]" Plugin with settings as shown in the Attachment Then I ran the Tool to check my Robots.txt Syntax using some Robots.txt tool validator ( [url]http://tool.motoricerca.info/robots-checker.phtml[/url] ). I got Errors. Could you please … | |
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 [COLOR="Green"]\\some_foldername\some_subfolder_foldername\some_file.xls [/COLOR]or any other file type, It should Automatically, treat it as a hyperlink. Is it Possible to have such a functionlaity [B][U]JTextPane Hyperlink Functionality[/U][/B] … | |
Hello all, I have a few posts in my wordpress based blog, which contains Tables that I created using the Tiny MCE Editor Plugin. All of a sudden yesterday I saw none of the Pages displayed Grid lines. I had included that part of my code in my css and … | |
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 property. My jtree allows single selection model. (SINGLE_TREE_SELECTION). [CODE]jTree.setExpandsSelectedPaths(true); // jTree.expandPath(treePath); … | |
Re: [QUOTE=etechsupport;178975]If you shall provide the url, I can guide you properly.[/QUOTE] Treat these sites as you treat your normal content sites. Keep your H1 tags, anchor tags and other tags which you consider will seo'ing your normal content sites intact. Then i guess you should go with deep linking as … | |
Re: Hi ithelp, Your absolutely right. Also adding to it [URL="http://beginner-java-tutorial.com/singleton.html"]Java Singleton pattern[/URL] | |
[B]Probelm: [/B] I have 2 panels in my main container. The jplTop Panel is what with I am concerned. I have set its layout as[B] jplTop.setLayout(new GridLayout(2,4));[/B]. So as per the layout setting I must have 4 components on the 1st row and 2 components on the second row. But … | |
[code]/* 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; import java.awt.Window; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import javax.swing.JButton; import javax.swing.JDialog; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JMenu; import javax.swing.JMenuBar; import javax.swing.JMenuItem; import javax.swing.JPanel; import javax.swing.JTextArea; public class Calculator extends JFrame … | |
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 scrollbar. The probelm is when the user can't see the whole table he … | |
Re: 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 want to test if your setup is working download some example programs from [URL="http://www.freejavaguide.com/javasource.htm"]http://www.freejavaguide.com/javasource.htm[/URL] Regards, Hemanth [URL="http://www.freejavaguide.com"]http://www.freejavaguide.com[/URL] | |
Re: I made a site namely [URL="http://www.freejavaguide.com"]http://www.freejavaguide.com[/URL] and hence would like to share some of the useful parts of the site that can be used be each of you. INTERVIEW QUESTIONS ----------------------------- [B]Java [/B] C C++ SQL Oracle XML HTML [B]JAVA PROGRAMMING -------------------------- JAVA Tutorial Java SCJP Notes 1 Java Test … | |
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 when i tab out from those which are enabled it loses focus when i tab out as that component after … | |
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 not allowed for the requested resource (HTTP method POST is not supported by this URL). My 2 … | |
i download a evaluation version of weblogic6.1. It gives me the following exception when I start Weblogic $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$ Unable to start WebLogic Server !! Missing license file for: WebLogic Server 6.1 $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$ Regards, Hemanth [url]http://www.javaprogrammingworld.com[/url] |
The End.