Search:

Type: Posts; User: HypeIsReal

Search: Search took 0.18 seconds.

  1. Replies
    11
    Views
    954

    Re: Help me please with this

    Ok man, i am sorry i am bit tired and all of that so i comed out with this code:



    package com.textgame.Game;

    import java.util.Scanner;

    public class LanguageChooser {
  2. Replies
    11
    Views
    954

    Re: Help me please with this

    Ok so with code i posted above when i type something random, it just sat into infinite loop.

    Again, thank you for answering, and for sharing knowledge with other for free, i really appreciate it.
  3. Replies
    11
    Views
    954

    Re: Help me please with this

    Ok so, basically i am trying to make text based game.
    So this should be first menu and then.
    If user type 1 it opens up(GameEnglish) if type 2(GameSerbian) if type 3 Game Exits.
    So i just wanted...
  4. Replies
    11
    Views
    954

    Re: Help me please with this

    Hello thanks for reply, so i made this into main method



    do {
    askUser();
    } while (userInput.hasNextInt());


    But i cant make it work(i am beginner keep that in mind),...
  5. Replies
    11
    Views
    954

    Help me please with this

    So, hello guys, i am trying to make something, and i want to request input from user and it shoud look like this

    1. xxx -> press 1 to choose this
    2. xxx -> press 2 to choose this

    So if they...
  6. Replies
    4
    Views
    1,136

    [SOLVED] Re: "Java is slow" myth

    Guys, thanks for responses. That all makes sense. Thanks to all of you!!!
    Cheers!
  7. Replies
    4
    Views
    1,136

    [SOLVED] "Java is slow" myth

    So hello guys, i hear quite often those three words: Java is slow? So can someone explain me what does it means. Like it will never be fast like C/C++ etc. I don't understand that.

    Thanks in...
  8. Thread: Hi guys

    by HypeIsReal
    Replies
    1
    Views
    635

    Hi guys

    Hi guys, registred on forum today, i hope that i can learn from here. If someone is interested in learning together PM me (i know java basics currently learning Swing), we can connect through Git and...
  9. Replies
    3
    Views
    1,328

    Re: Java Problem

    Alright so i solved this by making new method outside of constructor like private void createWindow() and then calling that into constructor. So, thank you very much i appreciate your answer!
  10. Replies
    3
    Views
    1,328

    Java Problem

    So hello guys, im new to Java, still learning so i meant to make like random number generator game where window will be opened and have like 3 buttons if user hits first it move him to mode where he...
Results 1 to 10 of 10