vicuna icon indicating copy to clipboard operation
vicuna copied to clipboard

Fix potential crash on PFile

Open saper opened this issue 8 years ago • 1 comments

Methods overriden from JPanel can be called any time during its construction, even before we've had a chance to initComponents();

Protect against unsafe use of the tName in setName() and getName(), other methods should be safe.

(getName() has been restored to maintain symmetry of the bean).

saper avatar Aug 24 '16 21:08 saper