Search:

Type: Posts; User: mamech

Search: Search took 0.09 seconds.

  1. Replies
    0
    Views
    1,020

    Can anybody help me about this!!

    Hello Everyone

    I am not sure if I am posting in the right place or not, but anyway the following is my problem.

    I am totally confused with understanding the copyrights concept generally, and...
  2. Replies
    13
    Views
    3,334

    Re: Help about Graphics

    I thought that netbeans is a famous IDE and I thought that I can get help concerning dealing with some helpful tools in it as Gui builder
  3. Replies
    13
    Views
    3,334

    Re: Help about Graphics

    Yes, But In Gui builder I do not create neither panel nor canvas with something like : Panel pnl = new Panel()
    but it is a matter of drag and drop.

    Your solution works only if I made the code by...
  4. Replies
    13
    Views
    3,334

    Re: Help about Graphics

    Thank you very much for your help.

    The Problem is that I want to do this by Gui builder of Netbeans, so the question now is: How can I override the paint() method in Canvas or in Panel?

    Or Is...
  5. Replies
    13
    Views
    3,334

    Re: Help about Graphics

    I tried what you have said, as follows:

    class draw{
    public void DrawtheOval(Graphics g) {
    g.setColor(Color.BLACK);
    g.fillOval(30,30,30,30);
    }
    }

    then at the beginning of netbeans generated...
  6. Replies
    13
    Views
    3,334

    Help about Graphics

    Hello everyone

    I have a problem as I built a drag-drop gui appilcation using netbeans, and I wand to add some drawings (using filloval or so) but I have no Idea about how to do so with the...
Results 1 to 6 of 6