3,978 Topics

Member Avatar for
Member Avatar for psylocke

how am i going to repeat my whole game program? i dont know what to do. i have the codes below. and this program is already running, i have compiled it and it has no syntax and logical error, this is mastermind game. my only problem is how am i …

0
76
Member Avatar for freesoft_2000

Hi everyone, I have a text area and a button on a frame and there's some text in the text area. What i need is when the user clicks the button whatever the text selected by the user in the text area and not all the text in the text …

Member Avatar for nanosani
0
107
Member Avatar for johnroach1985

the program works fine but it gives this java uses or overrides a deprecated API error after i compile the code is below it is a program that uses sql the data base is northwind.I hope you could help me its a project so any help would be welcomed. [CODE] …

Member Avatar for johnroach1985
0
26K
Member Avatar for Firsttimer

Hello All, This is my first time taking Java, so I might need quite a bit of help form ya all. Anyways, I have this program that has to be in Applet, and it is comparing two floating numbers. I have to have the program decide which one is larger, …

Member Avatar for CodeMasterFlex
0
141
Member Avatar for evo

Does anyone knows is there any sample Java swing program that able to display records from database according to user searching option...

0
119
Member Avatar for server_crash

I have been working on TicTacToe for some time now. I just now got it to work but it's not working properly. When somebody gets three in a row a label is suppose to show that a player has won but it does'nt. So I cant figure out why it's …

Member Avatar for server_crash
0
127
Member Avatar for Rashid Riaz

Hello, I am new member here I need help with my program. I am trying to calculate interst for a loan I am not able to calculate last payment for loan like if loan amount is 1000 and interst rate is 18% which come up 1.5% for every month and …

Member Avatar for nanosani
0
124
Member Avatar for Newbee

Hi, I am a novice in programming and need help in my mortgage calculation program. I have the GUI set up all functioning good the only problem I have is the calculation portion that is not doing its job. Can anyone please guide me how to correct my problem? import …

Member Avatar for nanosani
0
121
Member Avatar for modumass

hi all. i need to write an application class with a main method and a second method called tempCalc, and then in the second method put the code from a previouse temperature calculation experiment. but i have no idea how to do this. i read the part in "Sams Teach …

Member Avatar for Banderson
0
166
Member Avatar for tablet

i have started to create a simple java game and at the moment i have done as much as i can possible at the moment the game builds with no errors. but it does nothing. what i want it to do is that the player enters a bid and if …

Member Avatar for nanosani
0
270
Member Avatar for axiss

Well basically for the assignment I have to write a project that reads data from a .mdb database file and stores this data into a 2D array, then lets the user manipulate the data in the array (stuff like adding, editing, sorting, deleting and searching data) by using GUI and …

Member Avatar for axiss
0
269
Member Avatar for ZEEPLE

Hello everyone, I am writing a program that is for a programming class..This program has to display syntax when the appropriate button is pushed..it also has a menu bar that must be functional. It must also run as an applet and as an application. The above is complete and my …

0
86
Member Avatar for freesoft_2000

I have a text area and a button on a frame and there's some text in the text area. What i need is when the user clicks the button whatever the text in the text area is saved to the file "C:\ret" with the aid of the file selector dialog. …

Member Avatar for nanosani
0
185
Member Avatar for nanosani

I'm in need of determining and implementing the LookAndFeel of the operating system default within a swing frame, whatever that default may happen to be (and without using the string "com.sun.java.swing.plaf..." in the code whatsoever. When simply leaving the UIManager.setLookAndFeel() as is when creating the frame, the correct OS default …

Member Avatar for nanosani
0
148
Member Avatar for ZEEPLE

Hello All, I am creating a simple program that draws a simple house. My problem is I need it to run as an application as well as an applet from the same code..I think I am on the right track..Any help would be greatly appreciated check out my code to …

Member Avatar for ZEEPLE
0
194
Member Avatar for ZEEPLE

Hello All, Forgive my ignorance... I am creating a simple program that draws a simple house. My problem is I need it to run as an application as well as an applet from the same code..I think I am on the right track..Any help would be greatly appreciated check out …

Member Avatar for ZEEPLE
0
93
Member Avatar for asdfgh

Hi i'm pretty new to the whole java thing with basic skills in the non graphical parts of java and some limited swing skills. There's this thing about threads that's sorta irritating me. I would like to know.....if this is possible....how i can run multiple threads in the same class …

Member Avatar for asdfgh
0
191
Member Avatar for freesoft_2000

hello everyone, can anyone show me any good links on the web where i can get good information about the java swing and awt package event handling. My event handling is very bad as the last java sdk i learned was sdk 1.0. It was a very long time ago. …

Member Avatar for avinashjava
0
163
Member Avatar for michelle13

/**I commented everything out dealing with the word count so it works. The problem is that I am not able to read what the file name is. It does not catch the file name, but it prints out the contents of it when it goes to the catch **/ import …

Member Avatar for cosi
0
177
Member Avatar for supra

Hello everybody, I am doing B.Tech in IT. Extremely tensed about career oppurtunities. My campusing is just a year away. I must do some good projects on fields of my choice & that includes:- C, Java (core, Swing,AWT,threading), Linux(Posix, Bash Scripts),Oracle 8i, Networking, OS. I think somebody can give me …

0
60
Member Avatar for freesoft_2000

hello everyone, I just like to check with you guys that if i want to writ a simple java program using only the awt package do i have to include the java.swing.* file header as well Someone let me know about this, Thank You Richard West

Member Avatar for nanosani
0
96
Member Avatar for freesoft_2000

Hi Everyone, I would just like to enquire with you java experts out there is that in the past java used to have a bug in which when you are using the rtf swing editor and want to save the document only the text gets saved and not the pictures. …

0
77
Member Avatar for joysjojo

Hi i am allen :lol: I have been developing a small software package which incorporates Address details. Now i have created the design using swing. I am using Oracle as backend. I am facing three specific problems. 1) I have added JTree using hashtable, but wen i add subnodes like …

0
90
Member Avatar for redelao

I am pretty fresh in the java environment but i am working hard to learn. I wrote the code for a calculator, however I am having problems in making the memory buttons function properly. I have to create 4 memory buttons that function in the following way: When the memory …

Member Avatar for gusano79
0
201
Member Avatar for Radahl

Hi, this is my first post and I need help with a project. I'm trying to create a target with a recognizable boundary so when you click anywhere inside the circle, a point is added to the top-left corner of the applet. I've succeeded in being able to click inside …

Member Avatar for gusano79
0
193
Member Avatar for cody_e

I need to loop the one sound so that the timer will make it so the sound will play then delay 5 seconds and then play again. My source code is: import java.awt.*; import javax.swing.*; import java.applet.AudioClip; public class Morning extends JApplet { private AudioClip rooster; private final int dealy …

Member Avatar for RC_Razor
0
145
Member Avatar for vyntage

I can't seem to get my applet running...Pls help me look at my source code: import java.awt.*; import javax.swing.*; import java.applet.*; public class ChineseHoroApplet extends JApplet { protected final static String names[] = { "Year of Birth", "Month of Birth", "Day of Birth" }; protected JLabel labels[]; protected JTextField fields[]; …

Member Avatar for xlogan777
0
645
Member Avatar for Dani

Techtalk styles are back in full swing ... once again is the option between the flat and the 3D style. While the default remains the flat view, simply go into your profile to view the 3d version of the site! Enjoy!

Member Avatar for Dani
0
134

The End.