We make extensive use of PropertyPane, and lately we have received ease of use feedback regarding the Description area at the bottom of the pane.
Our GUI typically doesn't allow much vertical space for the PropertyPane, which leads to two problems. First if the description text is long the Description area can take up most of the available display area. And when the PropertyPane is put into a JPanel we can wind up with two side-by-side vertical scrollbars: one for the PropertyTable and another for the entire pane.
A related issue is that users want to see multiple property descriptions simultaneously, as opposed to having to click each property one-by-one in order to see its description. The use case is that the user is trying to quickly find the relevant property in situations where the name doesn't provide enough of a clue.
One possibility for solving both problems would be creating a 3-column variation of the PropertyTable, where the third column was reserved for the property description. This would solve the layout issues and allow users to see multiple property descriptions. Are there any plans to provide this feature?