test.contrib
Class SubstanceTableTest

java.lang.Object
  extended by test.contrib.SubstanceTableTest

public class SubstanceTableTest
extends java.lang.Object

This is a small class that creates a JTable with 7 rows, then it runs startTest which adds 50 rows then updates the fonts and right after that adds 50 more rows. This causes the program to throw a NullPointerException in the SubstanceTableUI$TableStateListener

Author:
allak

Constructor Summary
SubstanceTableTest()
           
 
Method Summary
 javax.swing.JTable getTable()
           
static void main(java.lang.String[] args)
           
 void startTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstanceTableTest

public SubstanceTableTest()
Method Detail

getTable

public javax.swing.JTable getTable()

startTest

public void startTest()

main

public static void main(java.lang.String[] args)