failing code completion of javax.swing.JFrame in c#
Code completion on javax.swing.JFrame works differently in C# to how it does with J#. The constant JFrame.EXIT_ON_CLOSE does not appear under C#, but does in J#.
I also noticed that it appears in the object explorer (using J#) when all inhereted and static variables are visible - yet there is no clear link between javax.swing.JFrame and (I believe) javax.swing.WindowConstants.
I think this is by design, C# does not import the java packages hence it does not recognise the constants. While J# imports them to make the Java constants available. You will see a similar effect between VB.NET and C# also - there are native VB commands/classes/methods that only show up while using VB.NET and are disabled while using C#.
Regards,
Saurabh Nandu
www.MasterCSharp.com
www.AksTech.com