mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 21:04:28 -04:00
initial commit. gui prototype v 0.1
This commit is contained in:
parent
e028928571
commit
bc09937785
140 changed files with 5398 additions and 2 deletions
|
@ -0,0 +1,11 @@
|
|||
package io.bitsquare.gui.components;
|
||||
|
||||
import javafx.scene.control.ScrollPane;
|
||||
|
||||
public class NoFocusScrollPane extends ScrollPane
|
||||
{
|
||||
public void requestFocus()
|
||||
{
|
||||
// prevent focus
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue