Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

Member Avatar for hemanthjava

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]

Member Avatar for stultuske
0
158
Member Avatar for paresh72

Hello Is it java(JSP, Javabean, Servlets), j2ee(EJB-3tier) & which best database is suited? If plan in advance than time is saved. Awaiting reply at the earliest. Thanking in advance. Regards Paresh

Member Avatar for SagarSe7en
0
335
Member Avatar for hemanthjava

JAVA Date Utility ( This program Demonstrates the proper use of Date functionality in common java programming scenarios ) Date and Time

Member Avatar for msg2ajay
0
200
Member Avatar for hemanthjava

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 …

Member Avatar for BrotherBill
0
154
Member Avatar for hemanthjava

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] …

Member Avatar for hardik.rajani
0
2K
Member Avatar for hemanthjava

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 …

Member Avatar for rudevils
0
89
Member Avatar for hemanthjava

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); …

Member Avatar for hemanthjava
0
114
Member Avatar for Mr.'BackUp'

Hi guys, I read an article recently critisizing many shopping carts for not being SEO friendly. Does anyone know if Zen cart is SEO Friendly or have any experience with it in that way? Thanks?

Member Avatar for bobchrist
0
143
Member Avatar for mengani123

write a sample code to create singleton class using java. ensure that only one instance will be creted and same will be returned always. please do it. sanjay

Member Avatar for peter_budo
0
121
Member Avatar for hemanthjava

[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 …

Member Avatar for DavidRyan
0
88
Member Avatar for hemanthjava

[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 …

Member Avatar for cms271828
0
162
Member Avatar for hemanthjava

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 …

Member Avatar for jwenting
0
230
Member Avatar for Croft .L

Please could someone advise me on how to get started on Java programming and what version to use? Please supply Hyperlinks Please!:cheesy: :cheesy:

Member Avatar for hemanthjava
0
105
Member Avatar for boohoo

Ok. I have Jbuilder 8 Personal from Borland Installed, and am wondering how to start off in java. Should I convert the file after i've finished into a windows executable, and if so how would I go about it? Anyone recommend any good tutorials for a computing-experience person, but wants …

Member Avatar for hemanthjava
0
282
Member Avatar for hemanthjava

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 …

0
63
Member Avatar for hemanthjava

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 …

Member Avatar for jwenting
0
1K
Member Avatar for hemanthjava

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]

Member Avatar for jwenting
0
102