I hava a java program with a JFrame
I am using absolute positioning
here is my main function
public static void main(String[] args) {
ape
see http://forums.sun.com/thread.jspa?threadID=5342801:
It's a known bug:
Maybe you could use
Ape.setResizable(false)
instead?
PS: It's a convention to give classes names that start with a capital letter and variables ones with a small letter, not vice versa.