Bug 43582 - [OpenJDK/NetX] Missing javax.swing.JTable.setFillsViewportHeight
Summary: [OpenJDK/NetX] Missing javax.swing.JTable.setFillsViewportHeight
Status: UNCONFIRMED
Alias: None
Product: classpath
Classification: Unclassified
Component: classpath (show other bugs)
Version: 0.98
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks: 43579
  Show dependency treegraph
 
Reported: 2010-03-29 18:47 UTC by Andrew John Hughes
Modified: 2010-03-29 18:47 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew John Hughes 2010-03-29 18:47:45 UTC
2. ERROR in /home/andrew/projects/openjdk/icedtea6/netx/net/sourceforge/jnlp/security/CertsInfoPane.java (at line 201)
        table.setFillsViewportHeight(true);
              ^^^^^^^^^^^^^^^^^^^^^^
The method setFillsViewportHeight(boolean) is undefined for the type JTable
----------
----------
3. ERROR in /home/andrew/projects/openjdk/icedtea6/netx/net/sourceforge/jnlp/security/viewer/CertificatePane.java (at line 154)
        table.setFillsViewportHeight(true);
              ^^^^^^^^^^^^^^^^^^^^^^
The method setFillsViewportHeight(boolean) is undefined for the type JTable