Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Phella

    Problem displaying components in swing application

    Okay, I've worked it out. I'd created two methods in the Square class: int getX() and int getY(). Presumably they overrided some other methods in a bad way. Hope this is useful information for someone else with the same problems.
  2. Phella

    Problem displaying components in swing application

    I am creating a Minesweeper game. There is a grid of X * Y "Square"s which extend the JButton class. Everything was working fine, all the buttons were displaying and all the functionality of the game were there and working. Then I changed the Square class, adding two integer...

Part and Inventory Search

Back
Top