CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2012
    Posts
    4

    Designing GUI with own graphics

    Hey guys.

    Im new to Java, but have lots of experience in Processing (implented in java if noones heard of it). I want to build an interface that uses my own graphic components. Can anyone point me in the right direction of tools or just what to research?
    Is there some sort of method using swing?

    thanks in advance,
    Rich.

  2. #2
    Join Date
    Nov 2011
    Location
    Vietnam
    Posts
    8

    Re: Designing GUI with own graphics

    Every Swing's component has paint() method which you can override to provide your own drawings.

  3. #3
    Join Date
    Jul 2012
    Posts
    4

    Re: Designing GUI with own graphics

    thankyou nambill

  4. #4
    Join Date
    Nov 2015
    Location
    Tunisia
    Posts
    1

    Re: Designing GUI with own graphics

    You should extend the core java controls and redefine the paint() method.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured