I've looked around and viewed various threads on here. the one I found closest to what I'm attempting to do is this one:
Hovering over JButtons and displaying a message
Basically I'm trying to replace button.setToolTipText(""); with an ImageIcon. I'm using this as a preview of the next page you're about to visit inside the JFrame, to give to user an Idea or quick overview of the next page. (I have figured out the imaging, just not the ToolTip).
Here is what I tried using based on what I've seen in the various thread, but obviously it didn't work, hence I'm asking this question.
Code I used: Log.setToolTip(new ImageIcon(getIconLog));