Search found 1 match

by humberto_najera
Tue Jan 04, 2022 1:45 am
Forum: New Features and Requests
Topic: keyboard shortcuts for trading
Replies: 25
Views: 54438

Re: keyboard shortcuts for trading

Hi all, you may want to implement these features yourself. Use Simplified interface, create a KeyEventDispatcher object and assign keys to desired actions. Here's an example:   package com.bookmap.api.simple.simplified; import java.awt.KeyEventDispatcher; import java.awt.KeyboardFocusManager; impor...