dens1950 is correct.

Use JOptionPane to get the input from the user and assign that input to a
variable or add it directly to your array:

names[0] = JOptionPane.showInputDialog("Enter your name:");

Jeremy

On Sun, Oct 26, 2008 at 2:34 PM, aderemi adeyi <[EMAIL PROTECTED]>wrote:

> HI,
>  The concept behind the java array assignment i cant really figure what is
> talking about can anybody help out using the JOptionPane
>
> Aderemi
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to