Posts by Gregory Lewi • 23 points
2 posts
-
0
votes1
answer436
viewsQ: Export Project with Images
So I made a game on Eclipse and I’m trying to export it to a jar file only that unsuccessfully. The export works, but the images don’t go together at all... Here’s an example of how I’m…
-
2
votes1
answer898
viewsQ: Remove Jpanel from view
I would like to know how to remove one JPanel that is inside a JFrame. I don’t want to use the information or anything, I just want it to close. Use setVisible(false) makes the panel invisible, I…