...lesson22 extends java.applet.Applet{ Dimension area; lesson22Color colorPad...(g,selected); } // 設定 最小範圍 public Dimension minimumSize() { 2008-01-05 11:17:51 補充...
分類:電腦與網際網路 > 程式設計 2008年01月11日
...new JButton("Ok"); jb1.setPreferredSize(new Dimension (75, 25)); JButton jb2 = new JButton("Cancel"...
分類:電腦與網際網路 > 程式設計 2007年06月13日
...t_1 = (u(1)-1)*(t_h/100) 當然產生錯誤 ??? Index exceeds matrix dimensions . 因為你的 matrix dimensions 為空集合[] 而你現在要使用 u(1) u(1...
分類:電腦與網際網路 > 程式設計 2007年05月21日
...y=exp(-0.5*x)*cos(x) ??? Error using ==> * Inner matrix dimensions must agree. >> y=exp(-0.5*x).*cos(x) y = 0.8868 0.8223 0.6835...
分類:電腦與網際網路 > 程式設計 2008年02月08日
...-major A[i][j][k] 與 A[x][y][z] 相距元素 (如果 1st_ dimension _size P, 2nd_ dimension _size Q, 3rd_ dimension _size R) => (i-x)*...
分類:電腦與網際網路 > 程式設計 2008年11月07日
...0 0 ] [0, 0, 0 0 ] [0, 0, 0 0 ] [0, 0, 0 0 ] [0, 0, 0 0 ] 行數是first dimension ,列數是second dimension x.length 給的是first dimension 's length and...
分類:電腦與網際網路 > 程式設計 2013年05月15日
...add(inputbox = new JTextField()); inputbox.setPreferredSize(new Dimension (120,25)); JButton ok = new JButton("ok"); ok....
分類:電腦與網際網路 > 程式設計 2011年04月30日
....add(b2); b2.addActionListener(this); f.setSize(new Dimension (400, 200));// Dimension ff = new Dimension (200, 200); f....
分類:電腦與網際網路 > 程式設計 2010年07月25日
...補充: calculate.add(k_p); calculate.add(sum); calculate.setPreferredSize(new Dimension (100,150)); color.setPreferredSize(new Dimension (250,50)); add...
分類:電腦與網際網路 > 程式設計 2008年12月23日
....CENTER); applet.init(); f.setSize(new Dimension (500,500)); f.setVisible(true); } public void init(){ Container...
分類:電腦與網際網路 > 程式設計 2008年01月24日