JBuilder Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
J빌더 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
볼랜드포럼 광고 모집

J빌더 Q&A
[663] JBuilder 2005에서 JTable Column name이 안나타 납니다.
이범상 [] 1722 읽음    2005-10-11 14:26
JBuilder 2005를 사용하고있습니다.

사용을 처음 해본지라 아직 미숙해서 헤매고 있습니다.

지금 jScrollPane위에 jTable을 얹혀서 Table이 보이도록 하고 싶은데 Row Data는 보이지만 Column name이 보이지 않습니다.

소스는
========================================================================
......
    String col_name[] = {"Field", "Bits", "Value", "Comment"};
    String row_data[][] = {
                          {"tavle_id", "8", "0x0[0]", "program_association_section"},
                          {"tavle_id", "8", "0x0[0]", "program_association_section"},
                          {"tavle_id", "8", "0x0[0]", "program_association_section"},
                          {"tavle_id", "8", "0x0[0]", "program_association_section"},
                          {"tavle_id", "8", "0x0[0]", "program_association_section"},
                          {"tavle_id", "8", "0x0[0]", "program_association_section"}
    };
......
    JTable jTable1 = new JTable(row_data,col_name);
========================================================================
이렇게 만들었습니다.

다른걸 따로 손댄건 없습니다.

어떻게 해야 Column name이 보입니까??

제발 답변 부탁드립니다.

감사합니다.

+ -

관련 글 리스트
663 JBuilder 2005에서 JTable Column name이 안나타 납니다. 이범상 1722 2005/10/11
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.