mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 12:54:37 -04:00
separate wallet addresses
This commit is contained in:
parent
24fdb06a90
commit
205259bee9
34 changed files with 822 additions and 366 deletions
|
@ -4,6 +4,10 @@ import javafx.scene.control.ScrollPane;
|
|||
|
||||
public class NoFocusScrollPane extends ScrollPane
|
||||
{
|
||||
public NoFocusScrollPane()
|
||||
{
|
||||
}
|
||||
|
||||
public void requestFocus()
|
||||
{
|
||||
// prevent focus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue