private void PersonalInfoJButtonActionPerformed(java.awt.event.ActionEvent evt) {
JPanel createUserJPanel =new CreateUserJPanel(user);
JSplitPane.setRightComponent(createUserJPanel);
}
它向我显示错误,例如non-static method cannot be reffered to static component
如何在正确的组件上显示我的 jframe?