Search:

Type: Posts; User: malayo

Search: Search took 0.11 seconds.

  1. Re: Alarm Clock (How to figure out how much time left till alarm will sound)

    can't you get remaining time by subtracting alarm time and current time?
  2. Replies
    2
    Views
    1,038

    Re: Problem with my code for a Leet Translator

    I also found letter "d" & "l" would not appear as with "e" when i ran your code
  3. Replies
    12
    Views
    1,203

    Re: Boolean variable problem 2

    my bad, updated code as suggested.


    /*
    * rate your date's fashion sense on a scale from 0 to 10
    * if the rating is 8 or more, then you will consider going out again
    * if your date's...
  4. Replies
    3
    Views
    984

    Re: please solve my problem

    that would be as easy as
    1- browse google.com
    2- type in "java <whatever-library-that-you-need>"
  5. Replies
    12
    Views
    1,203

    Boolean variable problem 2

    hi, i decided to try this assignment for fun and stuck with last condition


    import java.util.Scanner;
    public class dating {
    public static void main(String[] args)
    {...
  6. Replies
    3
    Views
    1,198

    Re: Java Calendar printing wrong Time Zone?

    What input has been given?

    would you share codes on the input part as i would like to try learning this one too.
  7. Thread: Help!!

    by malayo
    Replies
    3
    Views
    1,088

    Re: Help!!

    this looks like an assignment on stacking :D
  8. Thread: gotya

    by malayo
    Replies
    3
    Views
    875

    Re: gotya

    which environment settings? at OS level?
  9. Replies
    3
    Views
    1,247

    Re: nested while loop

    please paste your code so we can help point to the right direction

    there's plenty of examples online, one of it
    Nested Loops (Nested for , Nested While, Nested do-while) - Java Examples and...
  10. Thread: Char error

    by malayo
    Replies
    3
    Views
    942

    Re: Char error

    or...since there's no nextChar(), look for findWithinHorizon such as

    To find within the next count characters : ScannerFileJava Tutorial


    p/s: learn to look for javadoc, at least google for...
  11. Replies
    6
    Views
    1,437

    Re: menubars and menu items

    import java.awt.BorderLayout;
    import java.awt.event.ActionListener;
    import java.awt.event.ActionEvent;

    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JMenu;
    import...
  12. Replies
    3
    Views
    1,180

    Re: error in my java program

    hi I'm a newbie java learner

    here's what I can see from your codes

    "Class Test" ? not "public class test"?

    where's your semicolon on ending of lines?

    your code'soutput supposed to be like...
  13. Replies
    1
    Views
    1,377

    java gui for translation/as dictionary

    Hi,

    I had no industrial experience with java and I am not a programmer. But I had learned java basics 9 years ago during schooling years.

    As a volunteer translator, I think it would be fun to...
  14. Replies
    3
    Views
    1,399

    Re: how to stay focus learning java?

    thanks for the tip jps
  15. Replies
    3
    Views
    1,399

    how to stay focus learning java?

    i'm always inconsistent in doing what i want to do
    when i was a secondary schooler (2003), i wanted to be able to program a computer game and now i want to fulfill that dream
    when to university but...
  16. Replies
    2
    Views
    1,201

    Re: ManilaJam - JavaProgramming Newbie

    welcome manilajam, if you drop by to kuala lumpur, malaysia, give me a holler
  17. Thread: Hello

    by malayo
    Replies
    2
    Views
    835

    Re: Hello

    best of luck goro & welcome
  18. Thread: Hello

    by malayo
    Replies
    3
    Views
    933

    Re: Hello

    welcome leo24, did you learn java for OOP too like when i was in university, pursuing comp. sc. diploma which i did not finished ;)
  19. Replies
    2
    Views
    1,164

    hello from malaysia

    hi everyone,

    i learned java as an OOP subject back during my schooling days (2005-2007) but never really into it
    now i'm trying to re-learn back again (after 5 years in system engineering) to...
  20. Replies
    14
    Views
    5,395

    Re: How much per a month?

    sadly in Malaysia, a grad would get only RM 1.8k if no past working experience :(
    had a friend who get RM 2k a month with only Comp. Sc. diploma
Results 1 to 20 of 20