Search:

Type: Posts; User: Niator

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,994

    Re: How do I implement a networking framework?

    It just sends the others persons coordinates and what position it's facing (Up, down, left or right).
  2. Replies
    7
    Views
    1,994

    Re: How do I implement a networking framework?

    Oh well okay.
    Do you know if it is easy to make your own network framework? I only need position updating and facing.
  3. Replies
    7
    Views
    1,994

    Re: How do I implement a networking framework?

    Yes. I think...
    I have seen in some other ORPG engines that they have just put the netty.jar into a folder and not much code was added to make it work.
  4. Replies
    7
    Views
    1,994

    How do I implement a networking framework?

    Hello. This is my first thread, but I'll try my best to explain.

    I am making a rpg game, and I am wondering how to implement a network framework like netty. Do I just move the .jar into there and...
  5. Replies
    15
    Views
    3,584

    Re: help with JButton closing a JFrame :)

    I'm not sure but I think "frame.dispose();" would work.
  6. Re: How do I gray out components, and prevent users from using them?

    button.setEnabled(false);
Results 1 to 6 of 6