You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is really two separate issues, but they're kind of related, so I'll fix them at the same time.
AssistanceIconPanel listens to a child JTextComponent in a JComboBox, if a combo box is the component being wrapped. On focus gained/lost of the text component, the assistance icon is shown/hidden. However, when the LookAndFeel changes, this child text component can also change. We should update our FocusListener so we keep behaving properly after runtime look and feel changes.
When RegexAwareComboBox.setContentAssistImage(Image) is called, we should fire a ContentAssistable.ASSISTANCE_IMAGE event to ensure our displayed icon is properly updated.
The text was updated successfully, but these errors were encountered:
This is really two separate issues, but they're kind of related, so I'll fix them at the same time.
AssistanceIconPanel
listens to a childJTextComponent
in aJComboBox
, if a combo box is the component being wrapped. On focus gained/lost of the text component, the assistance icon is shown/hidden. However, when theLookAndFeel
changes, this child text component can also change. We should update ourFocusListener
so we keep behaving properly after runtime look and feel changes.RegexAwareComboBox.setContentAssistImage(Image)
is called, we should fire aContentAssistable.ASSISTANCE_IMAGE
event to ensure our displayed icon is properly updated.The text was updated successfully, but these errors were encountered: