JTable sizing issue
问题 I am having an issue with JTables I know my code is a little hard to follow, it's also a little jumbled around because it's coming from a fairly big program. And yes I just learned about the java naming convention in which you don't start a variable with an uppercase letter. final JFrame Menu = new JFrame("Crime Database 2013"); Dimension screenSize0 = Menu.getToolkit().getScreenSize(); Menu.setBounds(screenSize0.width / 4, screenSize0.height / 4, screenSize0.width / 2, screenSize0.height / 2