32,199 Topics

Member Avatar for
Member Avatar for sohel08

I'm trying to make a PhotoAlbum using JApplets.I write a Java code for it and then compile to make a .class file and then made a html file in the same directory which have .class file.But while running it on Web -Browser it doesn't load the applet and shows that …

0
61
Member Avatar for shinobi59

I am trying to just compile a very back program and it compiles but when I run it I get errors: Java version = java version "1.5.0_09" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b03) Java HotSpot(TM) Server VM (build 1.5.0_09-b03, mixed mode) Program HelloJava.java public class HelloJava { public …

Member Avatar for haxpor
0
108
Member Avatar for karthikvel

hi i'm a new member for this site. i'm a student. i would like to create some small java application softwares. so i need some support from you.

Member Avatar for stultuske
0
80
Member Avatar for netprogramme

I want to send value from Asp textbox to Javascript function on Button 1 click how i can have that . pls help This is my code <head runat="server"> function callserver(txt1) { //Here i have to receive the value var nm=txt1 alert(txt1); } </script> <asp:TextBox ID="TextBox1" runat="server" Style="z-index: 100; left: …

0
41
Member Avatar for lil_panda

Are there, in any way, shape, or form, pointers in java like there are in C and C++? If so, do I declare them the same way as in C++? My 873 page book doesn't explain pointers.

Member Avatar for sciwizeh
0
91
Member Avatar for lich

when you use floating points and do the coding normally you get 4 decimal points. . but if i want to make it to 2 decimal points. how can the program should be. please help me out here is the program i did /** * @(#)Average.java * * * @author …

Member Avatar for Alex Edwards
0
469
Member Avatar for warpath001

i have created a code which takes username pass etc from the user and then pts them in the database which is made using MSaccess the program complies very well but when i open my database no entries have been entered in there can u plz help [code] <%@page contentType="text/html"%> …

Member Avatar for jwenting
0
90
Member Avatar for Alex Edwards

Is it possible to generate something like the following-- [code=java] public interface Reference{ // Returns a reference of the provided type (in theory) public <E> E getReference(int num); // Set the reference of the type public <E> void setReference(int num, E ref); } [/code] [code=java] public class ClassFullOfReferenceVariables implements Reference{ …

Member Avatar for Ezzaral
0
129
Member Avatar for mysong

I need help adding tables in the payment area that shows the full payment plan. Also my months start high to low. I want the months to start with month 1 [CODE]import java.io.*; import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.lang.Math; import java.text.NumberFormat; import javax.swing.table.*; //Setup lables and buttons public …

Member Avatar for Phaelax
0
141
Member Avatar for LevelSix

Basically, I need to write a program that takes a user input for multiple text files, and then prints them out into one file. I usually try not to pose questions here back to back, but alas, I need the help this time round. What really has me baffled is …

Member Avatar for LevelSix
0
1K
Member Avatar for wrappingduke

Hello, i'm attempting to create a splash screen using the code snippet posted on this site(i.e. DaniWeb) - [URL="http://www.daniweb.com/code/snippet697.html"]http://http://www.daniweb.com/code/snippet697.html[/URL] However, I'm having some difficulty. It appears that the splash screen will continue to run w/out disposing itself. That is, the screen hangs and does not go away. Also, the screen …

Member Avatar for wrappingduke
0
139
Member Avatar for Software guy

hi , i have a simple problem here, that is how can i convert an Decimal integer into Hexadecimal integer and not in Hexadecimal string. I have wrote the following code and managed to get the output from the program. But for a certain reason i cant use it again …

Member Avatar for Software guy
0
180
Member Avatar for guerreronoli

The project is completed, the report is working in the JCreator, but not when i run jar file.. I've searched the forum but i couldn't find to my requirements. I want to know to how to make the jar file that the report should also work.. Help needed plz..

Member Avatar for lucky1981_iway
0
82
Member Avatar for brr

[CODE]FLAG MANAME SUM(SUM_AMT) -------- ---------------------------------------- ------------ Credit Advance From Others 999 Credit Audit Expenses 567 Credit Bank of Maharashtra 100 Credit CASH 2766 Credit SBI 555 Credit State Bank Of India 3777 Credit Sundry Creditors 1111 Credit salaries payable 444 Debit Advance From Others 13332 Debit Advance Travelling 3000 Debit …

Member Avatar for lucky1981_iway
0
75
Member Avatar for HLA91

Hey all I recently picked up the book "Java the first semester". It uses the EasyIn class to get user input. I have downloaded the file EasyIn.java but I dont know how to make the class accessible from my programs. [QUOTE]As long as the EasyIn class is accessible you can …

Member Avatar for peter_budo
0
182
Member Avatar for dtfan6

Hi everyone ! This is my first new post, I have a problem with my Java code. I am trying to make a first applet, and have gotten this code from a book, "Java - An Introduction To Problem Solving & Programming", by Walter Savitch and Frank Carrano : [code] …

Member Avatar for dtfan6
0
132
Member Avatar for roshantheman

[B]generate a 5-day timetable for a school (multiple classsrooms) be able to assign students to specific courses to certain rooms/teachers at a specific time interval (without clashing with other classes) it must use a database as a medium (ODBC) this is a project that i need some drastic help in …

Member Avatar for javaAddict
0
100
Member Avatar for ff4930

Hi, I am relatively new to C#.NET and I was wondering if the garbage collection is similar to Java. I am developing a windows form application and I am dynamically making new buttons, will they be deleted by themselves or will I manually need to delete them? For example: this …

Member Avatar for sarehu
0
131
Member Avatar for ierpe

Hi, I have to develop a little launcher for mobile phone. What I want at this stage is having a login form that sends login and pass to the server, and then wait and receives the answer. I already installed NetBeans and the Java Mobile environment, with a sun phone …

Member Avatar for peter_budo
0
156
Member Avatar for sasirekha muthu

Hi, am doing M.sc Final year....i have to submit an assignment on java project which should be a real time project......but i dont know how to choose the project.....can u please help me to get a very good project in Java which will be useful for my Career........:( With regards, …

Member Avatar for peter_budo
0
97
Member Avatar for CoolGamer48

Hey, I'm starting out Java development, and I want to know exactly what I need to download. I believe I need to download the JVM, but what else? And I know there are IDEs like NetBeans where you can just press a button to build and/or run the program, but …

Member Avatar for ~s.o.s~
0
96
Member Avatar for warpath001

i am making a project using jsp and i am stuck with the signup page i want the user to enter its username , password, re enter password and a security question plz can any one provide me with the code or something i shall be very very thakful to …

Member Avatar for Acidburn
0
80
Member Avatar for regent_royal

Hi, friends I am developing project in which I get some data from the database which is already saved as HTML. I can get get whole data which is simple HTML but this database content is developed as below. Word file first created save it as the web content and …

Member Avatar for Ezzaral
0
164
Member Avatar for slmat27

Hey all, this is approximately my first post in this site. I was just a good reader for the things about JAVA right here. But now I'm facing a problem with JAVA and I didn't know what to do except coming here and ask as you might help (ISA). I'm …

Member Avatar for masijade
0
92
Member Avatar for pidven

i am new to java i am learning myself.i moved on to jvm i did'nt understanding it and ithat to searched google i found little bit confussion so can any one solve my problem thankingyou

Member Avatar for Acidburn
0
92
Member Avatar for esy928

Greetings! I was given a task yesterday to constuct a table like this: 5 4 3 2 1 4 5 4 3 2 3 4 5 4 3 2 3 4 5 4 1 2 3 4 5 using loops and only loops. I've been trying to solve this for …

Member Avatar for javaAddict
0
115
Member Avatar for kselvakumar_82

JSP Scenario: Login page containing user id and pwd text boxes, each having a key boad button (onclicking the key board button will take to key.jsp where the user can input values in text box) The keyed value in key.jsp text box should be returened to login.jsp in corresponding to …

Member Avatar for kselvakumar_82
0
132
Member Avatar for diasmvds

If anyone has an idea how to draw a dashed line using Java?? Graphics class seems to be not support a function for this. Thanks

Member Avatar for sanaulla123
0
2K
Member Avatar for Aamit

Hi...i m new to java.... problem defination:--- Book store is basically a collection of variety of books. Store has various sections like art, world history, literature technical, and so on. All books are categorized in to one of these sections. User should be able add/modify/remove sections and books. On selection …

Member Avatar for javaAddict
0
67
Member Avatar for ameettopare

how can we play mp3 in jsp page using struts framework? is dere any other way?

Member Avatar for masijade
0
67

The End.