Search:

Type: Posts; User: Nick0920

Search: Search took 0.09 seconds.

  1. Replies
    23
    Views
    2,580

    Re: Help some graphic java problem

    hmm , the blurry effect as in after i click the screen i can see double menubar on top and double submit at the bottom, and my middle line graph.. well double as well.
  2. Replies
    23
    Views
    2,580

    Re: Help some graphic java problem

    hmm u tried the code and u didnt c it? , that's funny.. using window 7 64bit atm.
    my eclipse platform version 3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi

    java version "1.7.0"
  3. Replies
    23
    Views
    2,580

    Re: Help some graphic java problem

    Anyway, im gonna try to find out wads the problem with the graphic tomorrow well .. later lol cause 2.30 am here already. Thanks alot for you help just now Norm.
  4. Replies
    23
    Views
    2,580

    Re: Help some graphic java problem

    hmm the line drawing looks fine i think, i mean cause in pic 2 , even the menubar on top gets the blurry effect too. Not only the line and colors.
    dw = (int) getSize().width / 7;...
  5. Replies
    23
    Views
    2,580

    Re: Help some graphic java problem

    ah got a clearer pic for u
    pic 1 wad it suppose to look like, but after i click the frame screen it become pic 2, then i need to resize the window for it to become like pic 1 again
    pic 1 - ...
  6. Replies
    23
    Views
    2,580

    Re: Help some graphic java problem

    hmm not those fillRect, it's those line, if u look closely to those line u can see double line in pic 1 and pic 2 *which is after i minimize and maximize the screen* looks normal.
  7. Replies
    23
    Views
    2,580

    Re: Help some graphic java problem

    ah ok thank bout that, will change it. Oh and about the image, in the 1st image u can see alot of line, the row r suppose to be 10 and 5(4 + 1*for the feedback*), but in the 1st image it gets blurry...
  8. Replies
    23
    Views
    2,580

    Re: Help some graphic java problem

    ah found the problem.. thanks alot Norm.. haha great help. 1 more question tho, when i run that as app, the graphic will become something like this
    739

    After i minimize and maximize the screen it...
  9. Replies
    23
    Views
    2,580

    Re: Help some graphic java problem

    hmm when it occur, i :10 and j :0
  10. Replies
    23
    Views
    2,580

    Re: Help some graphic java problem

    the dimensions of the guesses array is Color guesses[][] = new Color[ROWS][4];
    Oh and ROWS is set to static final int 10;

    it's probably easier for u to c if u try running it


    below r the...
  11. Replies
    23
    Views
    2,580

    Re: Help some graphic java problem

    it's the g.setColor(guesses[i][j]); From MastermindFrame.java . I tried everything i could but still cant find out how to fix it T.T


    private void fillBoard( Graphics g )
    {
    if...
  12. Replies
    23
    Views
    2,580

    Re: Help some graphic java problem

    Ah i think i see where the problem is now, but how can i fix it? any tips?
  13. Replies
    23
    Views
    2,580

    Help some graphic java problem

    Hey, im new here.. obviously still a newbie.. i got a few question..
    This 4 file, when i try to run them it works, but then they become funny when u click 1 of the color at the bottom, i need to...
Results 1 to 13 of 13