Quantcast
Channel: Programming Forums
Viewing all articles
Browse latest Browse all 51036

is JFrame alive? O.O

$
0
0

public void runBitchRun()
	{
		int i=30;
		int y=30;
		while(true)
		{
			JFrame jframe = new JFrame();
			jframe.setVisible(true);
			jframe.setLocation(i,y); 
			i++;
			y++;
		}	
	}



Viewing all articles
Browse latest Browse all 51036

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>