くだすれJava(超初心者用) その2 at TECH
[2ch|▼Menu]
814:デフォルトの名無しさん
08/04/08 08:28:29
>>806
こういうこと?

class Reference extends JFrame{
  JLabel lblId;
  private User user;
  //フィールド中略
  public Reference(String title){
    super(title);
    cnt=this.getContentPane();
    cnt.setLayout(null);
  }
  public Referecne(String title, User user) {
    this(title);
    this.user = user;


次ページ
続きを表示
1を表示
最新レス表示
スレッドの検索
類似スレ一覧
話題のニュース
おまかせリスト
▼オプションを表示
暇つぶし2ch

4015日前に更新/302 KB
担当:undef