initial commit. gui prototype v 0.1

This commit is contained in:
Manfred Karrer 2014-04-11 11:33:48 +02:00
parent e028928571
commit bc09937785
140 changed files with 5398 additions and 2 deletions

View file

@ -0,0 +1,11 @@
package io.bitsquare.gui.components;
import javafx.scene.control.ScrollPane;
public class NoFocusScrollPane extends ScrollPane
{
public void requestFocus()
{
// prevent focus
}
}