Sevensoft logo
Help contents

Opamp chooser buglist

 

Applet doesn't start until data loaded

The chooser loads the data during the JApplet.init() method. The applet would appear more responsive if the data was loaded by a thread in the background

Some screen elements don't refresh properly

This is probably caused by a number of different problems. Resizing the window or minimising and restoring the window forces a repaint.

0.0aV displayed

The SI prefixing algorithm uses the smallest possible prefix for zero values. This is correct but confusing. Exact zero tests of floating point numbers are notoriously tricky.

Some cells in a selected row aren't obviously selected

The benefit of using JLabels for cells is that you get tooltip help, but the drawback is that selected and non-selected cells look the same. Use a custom cell renderer