35,618 Topics

Member Avatar for
Member Avatar for zyaday

I don't wan't my buttons to reacts to hover events or any other events... and i dont want to disable them.............................how do i do that without disabling them ?

Member Avatar for Ezzaral
0
34
Member Avatar for zyaday

i wanted an image background on a Jpanel, so I got a programm that overrides the paint function. Now i have a code that draws the image as a background and also enabled me to have some buttons on it...now i want to add more images (or animations) on my …

Member Avatar for Ezzaral
0
131
Member Avatar for regent_royal

Hello friends, I m tyring to get the History of the user who login's and sees the details of the project I want to maintain the session of a particular user in accordance with the history . so could you please help me in by giving me the code related …

Member Avatar for stephen84s
0
67
Member Avatar for thientanchuong

Dear my friends, I really need your help to work out JSP function in my website. In navigation section, I want jsp code which can show all information relevant to a navigation button customer click on: Eg: I have navigation called laptop. After clicking on laptop navigation, customer will see …

Member Avatar for jwenting
0
115
Member Avatar for k_en

I understand that string buffer can append data and write it in a text file. But my question is, how big or the size stringbuffer can store data? can it store more than 10000+ data? what about the performance of the system? Or should i create a if-else statement to …

Member Avatar for Ezzaral
0
80
Member Avatar for esy928

Hello! its me again, I need a liitle help. Our teacher gave us a homework where we need to create a program that will determine the larger of the two inputed number, plus we have to determine if the input is an integer or not. Ive already coded the program, …

Member Avatar for esy928
0
134
Member Avatar for m_sam6

hi 4 all i m trying to make a voice chat i make the client and server but i want to make all logging members hear the voice in the same time (public) need some help thanks in advance

Member Avatar for jwenting
0
68
Member Avatar for chitra1

HELO, Can anyone tel me where i can find gud tutorial fro building a simple strut application. Thx.

Member Avatar for jwenting
0
44
Member Avatar for raaj_niit

Dear All, Im Raj. Im currently working on a project where there is a requirement on inserting the login details into mysql database. Im not sure with the code. Can anyone provide me the code to achieve this task. For example, i want to store login name, login time into …

Member Avatar for jwenting
0
62
Member Avatar for redZERO

Hi, I don't want you to do the project for me, but I would like to ask about the logic behind building an RPG in java. You would have to assign a picture for trees and houses and stuff right? Then would you create an array and assign each map …

Member Avatar for redZERO
0
81
Member Avatar for sandeep_2482

How to upload a log.txt into mysql through servlet and jsp as front end please help me out iys urgent

Member Avatar for masijade
0
55
Member Avatar for sciwizeh

hello, i'm making a small calculator program, and i want the display to look like this: [URL="http://www.freewebs.com/sciwizehgames/images/want.jpg"]want.jpg[/URL] but i'm getting this: [URL="http://www.freewebs.com/sciwizehgames/images/Getting.jpg"]getting.jpg[/URL] this is the code i am currently using for the task: [CODE]public void actionPerformed(ActionEvent e){ String currText = viewer.getText(); String text = enter.getText(); int len = currText.length(); enter.setText(""); …

Member Avatar for sciwizeh
0
715
Member Avatar for new_2_java

Can someone tell me what jar file do I need inorder to use the above class?

0
121
Member Avatar for darklich13

I'm having trouble getting my InputMismatch working on my program. Do I need some kind of throw for this exception? The program compiles fine, but it dosen't pick up the exception. Can someone please help. [code] public class EndingListener implements ActionListener { public void actionPerformed(ActionEvent e) { if (e.getActionCommand().equals("Convert")){ try{ …

Member Avatar for darklich13
0
205
Member Avatar for mansoorhacker

hello viewers. i have some problems in java database connectivity. the code compiles successfully but , when i execute the code it gives this error " error establishing socket connection". i have applied several solutions e.g enable tcp/ip in sql server, checking the name of sql server., giving ip to …

Member Avatar for Ezzaral
0
148
Member Avatar for anuragatiiith

hey i need to generate and print an identity-card kind of thing ..i hav the values in my database ..how can i do with help of java tools ..im new to java .pls help ..i-card hav speicifc format with a image . thanks !!

Member Avatar for Ezzaral
0
88
Member Avatar for ms88

Hi guys, I would like to ask if there is anybody have example files on how to use php_java bridge...... cheers

Member Avatar for scjp
0
74
Member Avatar for darlineth

Hi to all. i am darryl Nuyda from a native country philippines, i'm here your site to participate and need your help. I'm a sophomore student of information technology. am here in your site, to need a help for my Java application using J FRAME . I'm a newbies, this …

Member Avatar for VernonDozier
0
145
Member Avatar for zyaday

Hello, i'm using a Jpanel, I am using an image as background . On top of that i want to put buttons on it. The problem is I cannot repostion the buttons? can anyone help me here!!??

Member Avatar for zyaday
0
107
Member Avatar for arunagar

We have 2 JSPs A.jsp ==> Main screen JSP tabs.jsp ==> The jsp, which has the header and have several tabs JSP 'A' "includes" JSP 'tabs' Now I want that when page 'A.jsp' loads, it should make some check and set a Flag. This Flag should pass to JSP 'tab.jsp', …

Member Avatar for arunagar
0
129
Member Avatar for Kusno

Deal all, I'm learning J2ME wireless programming using Netbeans, and I have to format string to date. But when I add "java.text.SimpleDateFormat" NetBeans does not detect that package. What should I do ? Please help me !! Thanks, Kusno.

0
65
Member Avatar for cleopatra789

Hi, I m new to jsp and currently i m trying to fix this problem. In my project, we have an enhancement where we are trying to access a changepassword.jsp 1) directly through URL 2)Invoking this jsp after loginhandler.jsp. 1) is for existing users. 2) is for new users. We …

Member Avatar for masijade
0
115
Member Avatar for timhysniu

Hi guys, Can you please recommend a Java/JSP framework for a larger web application? It would help if this uses a MVC architecture. From my research, it looks like Struts is THE major and decent framework. I have heard from someone here, though, that there are better frameworks. I just …

0
60
Member Avatar for Alex Edwards

Does anyone have an website they would recommend to me for learning Regex? I have tried using the Sun's tutorial on Regex as well as the Pattern and Matcher classes that use Regex but I am not quite understanding it. I'd like to use it to return the String values …

Member Avatar for sciwizeh
0
127
Member Avatar for icorey

Hello. I'm very new at JSP. I'm trying to make a page navigator thing with an include statement like everyone does with PHP. So I have three files. I know it's way too much for something so simple, but I just wanna try things out. I'm using Eclipse and, unfortunately, …

Member Avatar for icorey
0
482
Member Avatar for knight fyre

I'm trying to create a client/server setup that allows two clients to communicate with each other. The problem is that when I run the application the the message does not go to the send client, only to the server. Here is the source code. Class MorseServer [CODE=java]import javax.swing.JTextArea; import javax.swing.JFrame; …

Member Avatar for Jishnu
0
231
Member Avatar for rubendoliveira

Hi everyone, Don't know for sure if this is the right place to post the question, but it goes: I'm starting a JSP project and I'm having some difficulties with Tomcat/Java configuration. I'm using: - apache-tomcat-6.0.16 - java_ee_sdk-5_05-windows Directory where the code is located: C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\ROOT\lw\ Directory …

Member Avatar for jwenting
0
92
Member Avatar for virendra_sw

Hi. I am unable to create file object from javascript in Vista platform. ex. i am using this statement javascript var oFso = new ActiveXObject("Scripting.FileSystemObject"); after executing this and make try catch block for this i am getting this error "Automation object can't create object". I have enabled some options …

Member Avatar for paras2008
0
74
Member Avatar for anuragatiiith

hey guys ..im new to javascript .. i hav a validation function which alerts by showin error ..bt wen der is no error i want to continue to my next form ..ie a html page ..i tried to check on error bt stil its nt redirectin .. . waitin for …

Member Avatar for anuragatiiith
0
121
Member Avatar for QuirkyCindy

Hi all, Could someone help me with the source code to implement a search feature using servlet (JSP/JSF/Java method)??? Based on the examples below:- (Search by Name, Dept and DOB) Employee Table Id Name Dept DOB Date Search By Name, Dept, DOB Id Name Dept DOB Date 10 Judy BBB …

Member Avatar for QuirkyCindy
0
106

The End.