我想让一帧显示另一帧查询的信息…我怎么能做到呢?一个帧已经从数据库(SQL)查询的所有信息,但我不知道如何让该信息出现在netbeans的另一个帧
另一个问题是我不能将netbeans中的内置方法更改为private。
public static void main(String args[]) {
/* Set the Nimbus look and feel */
Home().Dept_Progam();
Dept_Program()是我想用来在Home()帧
中显示信息的帧Home()包含框架和数据库查询
用参数创建新框架…??
在主框架内的窗体调用子框架(称为child()),如
new child(String s1,String s2....);