R
Ramon F Herrera
I am migrating a traditional JBuilder project to more standard IDEs
(IJ, NetBeans, Eclipse, new JBuilder) ones.
The one complain I always had about Borland's IDE was that I had to
include their own JBCL library which contains their XYLayout manager/
class.
Problem Number One:
- When I try to refactor the XYLayout, I get an error message:
"Cannot perform refactoring. Selected constructor is not located
inside the project."
So, I just did a search & replace: XYLayout --> GridLayout
which brings me to:
Problem Number Two:
- The dialog now looks terrible. One of the limitations is that
GridLayout doesn't seem to have an adequate replacement for this:
// xYLayout2.setWidth(496);
// xYLayout2.setHeight(168);
Your expert suggestions are most welcome...
TIA,
-Ramon
(IJ, NetBeans, Eclipse, new JBuilder) ones.
The one complain I always had about Borland's IDE was that I had to
include their own JBCL library which contains their XYLayout manager/
class.
Problem Number One:
- When I try to refactor the XYLayout, I get an error message:
"Cannot perform refactoring. Selected constructor is not located
inside the project."
So, I just did a search & replace: XYLayout --> GridLayout
which brings me to:
Problem Number Two:
- The dialog now looks terrible. One of the limitations is that
GridLayout doesn't seem to have an adequate replacement for this:
// xYLayout2.setWidth(496);
// xYLayout2.setHeight(168);
Your expert suggestions are most welcome...
TIA,
-Ramon