摘要:
java.sql.sqlexception: [microsoft][sqlserver 2000 driver for jdbc]error establishing socket. at com.microsoft.jdbc.base.baseexceptions.createexception(unknown source) at com.microsoft.jdbc.base.......
摘要:
我的代码如下: private sub form_load() with me .left = 0 . = 0 .height = screen.height .width = screen.width end with end sub 通过以上代码,本机可以显示任务栏,但是拿到别的机器上窗体却把任务栏也遮住了,请教如何修改?
......
怎样显示JTextArea滚动条
如题
NO.1 作者: joyjiyuan
把textarea放到jscrollpane中
NO.2 作者: trust_me
this.getContentPane().add(new JScrollPane(jTextArea1), BorderLayout.CENTER);
摘要:
请问怎样把bmp格式变成ico格式,100分!
......