Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
別のフレーム (エディター) を開く 1 つのフレームがあります。ほとんどのメニュー アクセラレータは、この方法で開くと機能しませんが、エディター フレームをスタンドアロンで実行すると機能します。それはうまくいくはずですか?
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.