Search:

Type: Posts; User: lorider93p

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,531

    [SOLVED] Re: String max out

    I have been looking at code and found a error that helped me edit a few things. 1 being the use of a jPanel instead of jFrame. That was 1 of my logical errors. using the jPanel instead of direct...
  2. Replies
    7
    Views
    1,531

    [SOLVED] Re: String max out

    ok thanks Kevin. (Ive been offline for a few days)
  3. Replies
    7
    Views
    1,531

    [SOLVED] Re: String max out

    That makes since. but im trying to move away from reprompts (to many variables) but i guess there is a way to do it. TNX
  4. Replies
    7
    Views
    1,531

    [SOLVED] Re: String max out

    import static java.lang.System.out;
    import javax.swing.*;

    public class test{

    public static void main(String ad[]){

    String playerNamePrompt = "Enter Your Full Name as the player. \n";...
  5. Replies
    7
    Views
    1,531

    [SOLVED] String max out

    Is it theoretically possible to max out the number of characters allowed in a string?? (I know you can in c++ but what about java?) if so can you please send me the link fo the api documentaion i...
Results 1 to 5 of 5