ione walker

Ranch Hand
+ Follow
since Apr 19, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by ione walker

Thank you both very much I will see if it helps.

------------------
=======================
Ione Walker
[email protected]
========================
23 years ago
Just to note.
I have been out of the game for about 2.5 mo
& this is my first day back.

I am using TextPad.
The program Compiles just fine.
When I try to Run the program Leap
I get a Dos Screen, with
"Press any key to Continue . . . "
but when I try to type in the year #
the Dos window goes away.
I looked in the file wher the Class &
Java files are & it is still there But
I seem to be unable to enter data on
the command line.
Any help or sugestions no matter how
farfetched will be discounted.
Thanks in advance again for all your help

------------------
=======================
Ione Walker
[email protected]
========================
23 years ago
I took the summer off (I did not do this OR look for work)
& it is just a blow to the spirit to know that all of my work
is not going to be valued by the outside world.
But it is time to get back on the horse & Drive them
Doggies�..
(and start making phone calls & sending resumes)
The race is not always to the swift but sometimes to
The most persistent cuss at the finish & that is me.

Originally posted by Michael Pearson:
I'm sure it is a combination of some of the following:


  1. Summer vacations
  2. School is starting in the United States
  3. Economic slow down has hurt demand for entry level Java positions
  4. Busy at work (that is my excuse for the past few weeks )



------------------
=======================
Ione Walker
[email protected]
========================
23 years ago
Johannes,
I just sent
Java-3 (Leap) / Rev. 1
off to the nitpickers.
I hope that everyone here had
a great summer too.
Now it is time to get back to work.
------------------
=======================
Ione Walker
[email protected]
========================
23 years ago
I have been given an assinment by a Java teacher
to create a banking application where the first
screen will be the welcome to the program,
User Input of UserID & Password.
& an Submit & Cancel Button.
Once the Submit button is pressed the program
meeds to pull the UserID & Paswd from the
screen & compare it to information comtained
in a file.
If Ok go on to the next screen & iff not
refresh the screen & try again.
So far I have an ugly BUT working applet.
How the heck do I take the userid/pswd
& compair it to a file?

HELP!!!
=======
import javax.swing.JOptionPane;
import javax.swing.JDialog;
import javax.swing.JButton;
import javax.swing.JRadioButton;
import javax.swing.ButtonGroup;
import javax.swing.JLabel;
import javax.swing.ImageIcon;
import javax.swing.BoxLayout;
import javax.swing.BorderFactory;
import javax.swing.border.Border;
import javax.swing.JTabbedPane;
import javax.swing.JPanel;
import javax.swing.JFrame;
import java.beans.*; //Property change stuff
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.text.*;
import java.awt.*; //for layout managers
import java.awt.event.*; //for action and window events
import java.net.URL;
import java.io.IOException;
public class BankingDemo extends JApplet //implements ActionListener
{
public void init()
{
Container contentPane = getContentPane();
contentPane.setLayout(new GridLayout( 6, 1 ));
//define the text labels
JLabel welcomelabel1 = new JLabel( "Welcome to Banking Application" );
welcomelabel1.setFont(new Font("Helvetica", Font.BOLD, 20));
JLabel welcomelabel2 = new JLabel( "Please Enter UserID (ione) & Password (ione)" );
JTextField mytf1 = new JTextField( "Enter your used ID here (ione)" );
JPasswordField mytf2 = new JPasswordField( "Write you Password here" );
JButton buttonSubmit = new JButton( " Submit " );
JButton buttonCancel = new JButton( " Cancel " );
contentPane.add(welcomelabel1);// display Welcome Label
contentPane.add(welcomelabel2);// display Welcome Label
contentPane.add(mytf1);// display userID field
contentPane.add(mytf2);// display passowrd field pane
contentPane.add(buttonSubmit);// display Submit button
contentPane.add(buttonCancel);// display Cancel button
}
}
24 years ago
I have been given an assinment by a Java teacher
to create a banking application where the first
screen will be the welcome to the program,
User Input of UserID & Password.
& an Submit & Cancel Button.
Once the Submit button is pressed the program
meeds to pull the UserID & Paswd from the
screen & compare it to information comtained
in a file.
If Ok go on to the next screen & iff not
refresh the screen & try again.
So far I have an ugly BUT working applet.
How the heck do I take the userid/pswd
& compair it to a file?

HELP!!!
=======
import javax.swing.JOptionPane;
import javax.swing.JDialog;
import javax.swing.JButton;
import javax.swing.JRadioButton;
import javax.swing.ButtonGroup;
import javax.swing.JLabel;
import javax.swing.ImageIcon;
import javax.swing.BoxLayout;
import javax.swing.BorderFactory;
import javax.swing.border.Border;
import javax.swing.JTabbedPane;
import javax.swing.JPanel;
import javax.swing.JFrame;
import java.beans.*; //Property change stuff
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.text.*;
import java.awt.*; //for layout managers
import java.awt.event.*; //for action and window events
import java.net.URL;
import java.io.IOException;
public class BankingDemo extends JApplet //implements ActionListener
{
public void init()
{
Container contentPane = getContentPane();
contentPane.setLayout(new GridLayout( 6, 1 ));
//define the text labels
JLabel welcomelabel1 = new JLabel( "Welcome to Banking Application" );
welcomelabel1.setFont(new Font("Helvetica", Font.BOLD, 20));
JLabel welcomelabel2 = new JLabel( "Please Enter UserID (ione) & Password (ione)" );
JTextField mytf1 = new JTextField( "Enter your used ID here (ione)" );
JPasswordField mytf2 = new JPasswordField( "Write you Password here" );
JButton buttonSubmit = new JButton( " Submit " );
JButton buttonCancel = new JButton( " Cancel " );
contentPane.add(welcomelabel1);// display Welcome Label
contentPane.add(welcomelabel2);// display Welcome Label
contentPane.add(mytf1);// display userID field
contentPane.add(mytf2);// display passowrd field pane
contentPane.add(buttonSubmit);// display Submit button
contentPane.add(buttonCancel);// display Cancel button
}
}

------------------
=======================
Ione Walker
[email protected]
========================
24 years ago
Even if the cattle drive dois not have room
you can still do the projects.
I did the first 3 & 1/2 befor I sent
any of them in.
It is really good paratice.

------------------
=======================
Ione Walker
[email protected]
========================
24 years ago
Thank You bartender
I do think it was rather cool!!!
------------------
=======================
Ione Walker
[email protected]
========================
24 years ago
I would be tickled to get a Java Ranch Cert.
Of course I would like the moose & something about
being a Cow Poke.
I think that it would be more than reasnable
to have the folks who run the ranch make a living
off the cattle drive.
That of course is why we drive cattle.
To get them to Market. ;->

Yea Haw!!!
------------------
=======================
Ione Walker
[email protected]
========================
24 years ago
I would have to agree with most of the previous posts.
I was all the way to Say A befor I sent my code in for
nit-picing.
I worked but I know that now it is much better.
Although I will say that it can be frusterating
:->
24 years ago
I have written a method (getArray) that does some stuff.
(I can't send the code as it is Cattle Drive Stuff)
it generates an array.
I can get it to sent the array to the screen using
System.out.println( intData( i ) );
But I do nto seem to be able to get the
array outside the method.
I am sure that I am doing something wrong in trying to
get my genArray() to return my array
that is a matter of not understaning the syntax
well enough.
HELP I feel like I am on the verge of making
a breakthrough if only I could tie my shoes.
;->
=========
public class CattleDrive
{
public static void main( String[] args )
{
String myString = //I get a string from somewhere
myArray[] = genArray( myString );//get the intarray of a string.
}
static int genArray( String s )
{
Magic Java stuff
System.out.println( myArray[ i ] );// this works
}
return myArray[];
}

------------------
=======================
Ione Walker
[email protected]
========================

------------------
=======================
Ione Walker
[email protected]
========================
24 years ago
I have written a method (getArray) that does some stuff.
(I can't send the code as it is Cattle Drive Stuff)
it generates an array.
I can get it to sent the array to the screen using
System.out.println( intData( i ) );
But I do nto seem to be able to get the
array outside the method.
I am sure that I am doing something wrong
that is a matter of not understaning the syntax
well enough.
Cindy, I am sending you the code.
could you take out the tell-tale stuff.
Thank You Very much.
=========
(code removed by Cindy)

------------------
=======================
Ione Walker
[email protected]
========================
[This message has been edited by Cindy Glass (edited May 16, 2001).]
24 years ago
I have gotten all of the following cases to work for
Say (0->99)
- input<0<br /> - input > 99
- input 0 -> 99
HOWEVER
I have not been able to come up
with a way to deal with
No Input on the command Line.
I have been messing with this for about a week.
I sure would like any suggestions
of directions to look in.
Much Thanks in Advance

------------------
=======================
Ione Walker
[email protected]
========================
24 years ago
Bill,
I like the site.
I will be regerestering ASAP.
& hope to contrubute too.
24 years ago
Just sent in
Hundred b rev 3
Thanks
------------------
=======================
Ione Walker
[email protected]
========================
24 years ago