CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: danned

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,065

    Re: Java, graphics..

    I solved this problem now. On this way:

    [CODE]this.getContentPane().remove(nyPan);

    nyPan = new NyPanel (punktP1, punktP2, punktP3);
    this.add (nyPan,...
  2. Replies
    2
    Views
    1,065

    Java, graphics..

    Hey!

    I have an application that almost works, but I can't draw 2D graphics on the panel when I push the button "RITA". Why ?



    package grafik;

    import java.awt.*;
    import javax.swing.*;
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured