Software development question

Hi!

I'm writing software for a robot controller.  I'd really like to do what you've done, with an open window surrounded by standard buttons and sliders.  I'm working in Java, so I looked into JOGL, jMonkey, and a host of others.  Nobody seems to have a demo that shows these features playing nicely together.  So I turn to you, Repetier.  Please: How did you do it? 

Comments

  • It is a graphic windows where I paint the controls myself (copying many png to right places) and I control mouse moves and clicks inside the area. That is packed as user defined control, whcih is quite easy for winforms in c#. Not really sure how easy that would be in swing. Swing is much more difficult as I remember.
Sign In or Register to comment.