Hi,
in some of the great tutorial videos I have seen how "show operator information" is supposed to work (it's not just the help window as I had assumed previously). Well, for me, it doesn't, not on my private machine, and not on my machine at work (both running on WinXP 32 bit).
The Java console displays NullPointerExceptions (see below). So, obviously it looking for something that is not where it's expected to be - or not initialized. Does anybody have any idea what this could be? Where would the operator information normally be stored?
Thank you very much for any advice and best regards
Hanspeter
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at com.rapidminer.gui.dialog.OperatorInfoScreen.getTitle(OperatorInfoScreen.java:90)
at sun.awt.windows.WDialogPeer.initialize(Unknown Source)
at sun.awt.windows.WComponentPeer.<init>(Unknown Source)
at sun.awt.windows.WCanvasPeer.<init>(Unknown Source)
at sun.awt.windows.WPanelPeer.<init>(Unknown Source)
at sun.awt.windows.WWindowPeer.<init>(Unknown Source)
at sun.awt.windows.WDialogPeer.<init>(Unknown Source)
at sun.awt.windows.WToolkit.createDialog(Unknown Source)
at java.awt.Dialog.addNotify(Unknown Source)
at java.awt.Window.pack(Unknown Source)
at com.rapidminer.gui.tools.dialogs.ButtonDialog.<init>(ButtonDialog.jav
...