- added tooltip window
git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@547 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -43,7 +43,8 @@ MainComponent::MainComponent ()
|
||||
: Thread("RBM"),
|
||||
m_pRbmComponentCurr(nullptr),
|
||||
m_weightsCurr(nullptr),
|
||||
m_layers(this)
|
||||
m_layers(this),
|
||||
m_toolTipWindow(this)
|
||||
{
|
||||
addAndMakeVisible (trainButton = new TextButton ("Train button"));
|
||||
trainButton->setButtonText (TRANS("Train"));
|
||||
|
||||
Reference in New Issue
Block a user