fjalvingh / domui

The DomUI Java User interface library
https://etc.to/confluence/display/DOM
GNU Lesser General Public License v2.1
11 stars 7 forks source link

NullPointerException in Tree3 fix - adding null check before renderin… #531

Closed milosilic closed 8 months ago

milosilic commented 8 months ago

Adding null check before renderList call, since it can cause NPE otherwise.