0

別のフレーム (エディター) を開く 1 つのフレームがあります。ほとんどのメニュー アクセラレータは、この方法で開くと機能しませんが、エディター フレームをスタンドアロンで実行すると機能します。それはうまくいくはずですか?

4

1 に答える 1

0

It turns out that when you open one frame from another in java you have to start another thread or the keybindings don't work right - they all get caught by the first frame. This makes sense.

于 2011-02-02T23:07:26.127 に答える