Is there a way to disable Tooltip display in Swing application (JRE6+, Motif look and feel) without changing the source code?
I have a rolled-out application that, in one instance, has severe display problems when tooltips on JTable are displayed. Essentially, the entire table wants to repaint and due to some other problems the repaint is slow enough to present severe flickering. For an immediate workaround, I cannot change the rolled out jars. The only solution I can imagine right now would be to find a property I can set from command line that disables tooltips or at least significantly increases the initial and reshow delays.
Is there any such property?