Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: Vengeance
Forum: Java May 4th, 2005, 9:02 AM
Replies: 0
Views: 234
Posted By Vengeance
Java Combo Boxes

public void purchaseTickets() {

try {

String ftime[] = new String[3];
String fdate[] = new String[3];

store.setFileName("FilmDatabase.jds");
...
Forum: Java May 4th, 2005, 8:59 AM
Replies: 2
Views: 190
Posted By Vengeance
Yep, thanks.

Yep, thanks.
Forum: Java May 2nd, 2005, 12:22 PM
Replies: 2
Views: 190
Posted By Vengeance
Using variables from other classes/frames

What's the exact way to just use a variable from another frame/class. I have 4 frames and I want my program to set the text on some labels in form 2 which will be done in form 1.

How exactly would I...
Forum: Java Apr 30th, 2005, 9:39 AM
Replies: 2
Views: 185
Posted By Vengeance
Nvm, thanx, I worked it out myself. You helped me...

Nvm, thanx, I worked it out myself. You helped me a lot, thanx.

(btw, I'm talking about working the 2nd prob out, you helped me solve the first prob ;p.)

Thanks!
Forum: Java Apr 29th, 2005, 5:26 PM
Replies: 2
Views: 185
Posted By Vengeance
Unhappy Problem with a while loop. (Worked it out ;p)

public void searchBtn_actionPerformed(ActionEvent e) {

String searchfilmName = searchtxtbox.getText().toLowerCase();
boolean found = false;


try {
...
Forum: Java Apr 28th, 2005, 2:53 PM
Replies: 4
Views: 307
Posted By Vengeance
The downside to Java...well one of them anyway...

The downside to Java...well one of them anyway ^-^.
Forum: Java Apr 28th, 2005, 3:43 AM
Replies: 4
Views: 307
Posted By Vengeance
Dude, that worked! Omg thank you sooooo much. I...

Dude, that worked! Omg thank you sooooo much. I promise I won't become a "one poster" ;p. I knew it had to be something like that...I was using the "match" method...lol im so dumb.

Thank you very...
Forum: Java Apr 27th, 2005, 1:47 PM
Replies: 4
Views: 307
Posted By Vengeance
Java - Searching a table in a database - small problem.

Ok, below is the code.


void searchBtn_actionPerformed(ActionEvent e) {

String searchfilmName = searchtxtbox.getText();

try {
store.setFileName( "FilmDatabase.jds" );
store.setUserName( "odeon" );
Showing results 1 to 8 of 8

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:47 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC