Search:

Type: Posts; User: adeloyedeji

Search: Search took 0.60 seconds.

  1. Replies
    2
    Views
    1,329

    Re: Removing row from TableModel

    A little more code covering the line 46 where the error is will be better
  2. Replies
    4
    Views
    2,478

    Re: Text output in GUI

    If you need to output the previous messages you can as well try this


    public StringBuilder consoleText = new StringBuilder();
    public void println(String s){
    consoleText.append(s +...
  3. Re: My output is in the wrong order! (if-else) PLEASE HELP

    why not first check if internPackage is A or B or C like:


    if(internetPackage == 'A'){
    //todo code here
    } else{
    //todo code here
    }

    After which you can start checking for plan. Although...
  4. Replies
    4
    Views
    1,232

    Re: Output is Wrong .How to fix it?

    Atleast specify what type of output you're expecting
  5. Replies
    1
    Views
    1,053

    Re: Hi everyone

    Hi, got here from a question asked by a member of this forum and decided to check it out. Glad am welcomed
Results 1 to 5 of 5