I\'m a .Net developer but somehow I was task to create a simple application in java for some extra reason. I was able to create that application but my problem is how can i cent
Change this:
public FrameForm() { initComponents(); }
to this:
public FrameForm() { initComponents(); this.setLocationRelativeTo(null); }