35,618 Topics
![]() | |
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 ? | |
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 … | |
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 … | |
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 … | |
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 … | |
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, … | |
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 | |
HELO, Can anyone tel me where i can find gud tutorial fro building a simple strut application. Thx. | |
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 … | |
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 … | |
How to upload a log.txt into mysql through servlet and jsp as front end please help me out iys urgent | |
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(""); … | |
Can someone tell me what jar file do I need inorder to use the above class? | |
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{ … | |
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 … | |
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 !! | |
Hi guys, I would like to ask if there is anybody have example files on how to use php_java bridge...... cheers | |
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 … | |
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!!?? | |
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', … | |
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. | |
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 … | |
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 … | |
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 … | |
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, … | |
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; … | |
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 … | |
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 … | |
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 … | |
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 … |
The End.