Search:

Type: Posts; User: Pusillus

Search: Search took 0.08 seconds.

  1. Thread: GUI issue

    by Pusillus
    Replies
    8
    Views
    1,217

    Re: GUI issue

    The code should be a counter, so basically it needs to be 2 arrows, 1 up and 1 down, and a number, when you press the up arrow it's supposed to count 1 up, and vice versa, however my problem is as...
  2. Thread: GUI issue

    by Pusillus
    Replies
    8
    Views
    1,217

    Re: GUI issue

    The problem is still not fixed, any ideas?
  3. Thread: GUI issue

    by Pusillus
    Replies
    8
    Views
    1,217

    Re: GUI issue

    Tried moving it out of paint like so


    public void init(){

    add(up);
    add (down);
    up.setLocation(75,10);
    up.setBorder(BorderFactory.createEmptyBorder());
    ...
  4. Thread: GUI issue

    by Pusillus
    Replies
    8
    Views
    1,217

    GUI issue

    So I'm making a really simple counter for use while playing Magic the Gathering, my goal is to have 2 buttons (looking like arrows) one to count up and one to count down, however when I try and...
Results 1 to 4 of 4