Discussion:
more than one monitor
(too old to reply)
Buch
21 years ago
Permalink
Can I split JBuilder IDE on 2 monitors, like uml diagram on one, and code
editor on another?
If I can't, would it not be cool feature?
Speaking of 2 monitors, how does Java apps behave in that aspect anyway?

--
Replace zeroes with "o" to reply
Gillmer J. Derge (TeamB)
21 years ago
Permalink
Post by Buch
Can I split JBuilder IDE on 2 monitors, like uml diagram on one, and code
editor on another?
You can separate JBuilder's "panes" (Project, Structure, File Browser,
Message, Content, etc.) into an MDI setup and put those on separate
monitors, but the code editor and UML diagram are both "views" which are
part of the Content pane. You can actually have multiple Content panes
too, but you can't view the same file in each of two Content panes, so I
don't think you can quite do what you're suggesting. You could have one
Content pane that's looking at a UML diagram and another that's looking
at the code editor, but they would need to be handling different files.
Post by Buch
If I can't, would it not be cool feature?
Yes.
--
Gillmer J. Derge (TeamB)
Loading...