Not your question?
Ask your question
View similar questions
Add your answer here.Check out some similar questions!
Simple Calculator has error (my first program in java with GUI)
[ 0 Answers ]
I have a problem with my code... it's a simple code and the error I think in ' = ' button or sum button import javax.swing.*; import java.awt.event.*; import java.awt.*; public class Frame extends JFrame implements ActionListener{ JButton b0,b1,b2,b3,before,b5,b6,b7,b8,b9,C,X,O,sum;
Java program help!!
[ 1 Answers ]
Dr.Java method and overloaded methods help in code? Write a program that uses two overloaded methods to calculate the monthly payment for a loan. The formula for calculating a payment is shown further down. Given that the user enters: - an annual interest rate such as 3.600%, which is the...
Java netbeans program- Connection between java and mysql,How to conn
[ 0 Answers ]
which I wrote from a book but when I run it, it shows exception please give me the code to connect jlistbox to database when I click on btn1. btn coding should search "name" in database and shows all the names in listbox my coding: here-- r1,r2,r3 are radio btns and l1,l2,l3 are labels,...
Java program error
[ 1 Answers ]
Sir, program is for managing account details using jdbc but ,there error like some variable not accessible in specefic block . Please solve this problem. If you can.. //mypanel1-LogIn class mypanel1 extends JPanel { JTextField t1,t2; JButton b1,b2; mypanel1() { JLabel l1,l2; ...
Error: Java Virtual Machine Launcher "Could not find the main class program will exit
[ 3 Answers ]
Dear Sir / Madam, When I am trying to open .exj extension file, I am getting error as mentioned above. Please help me, whether I have to install any java module or something other has to be done. Thanks View more questions Search
|