Summary: | NEWT: Allow to set the window non resizeable | ||
---|---|---|---|
Product: | [JogAmp] Newt | Reporter: | Julien Gouesse <gouessej> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | enhancement | CC: | andres.colubri, maxime-jogamp, monsieur.max |
Priority: | P5 | ||
Version: | 2.3.2 | ||
Hardware: | All | ||
OS: | all | ||
Type: | FEATURE | SCM Refs: | |
Workaround: | --- | ||
Bug Depends on: | 1186 | ||
Bug Blocks: | 1188 |
Description
Julien Gouesse
2012-11-08 23:35:55 CET
@Julien: Since you already have read the specs, do you feel comfortable to do it ? (In reply to comment #1) > @Julien: Since you already have read the specs, do you feel comfortable to do > it ? I can take care of the implementation for GNU Linux, it will be a good exercise for me, it is important that several contributors are really able to do such things but I will need your help for the other implementations and I will probably need some time to check how this feature is implemented in other APIs as some window managers do not respect some settings and these APIs may use some hacky kludges to success. (In reply to comment #2) > > I can take care of the implementation for GNU Linux, it will be a good exercise > for me, it is important that several contributors are really able to do such > things I agree - thank you. > but I will need your help for the other implementations and I will > probably need some time to check how this feature is implemented in other APIs > as some window managers do not respect some settings and these APIs may use > some hacky kludges to success. Of course I will help. Others doing changes doesn't mean I can be lazy :) On the contrary, at first it will be a bit more work for all of us. Maybe we can utilize/impl. maximized/minimized while doing resizeable as well ? To avoid API explosion, maybe we can use an enumeration type like 'enum WinProperty' and 'setWinProperty(WinProperty)' and 'WinProperty getWinProperty()' ? (In reply to comment #3) > (In reply to comment #2) > > > > I can take care of the implementation for GNU Linux, it will be a good exercise > > for me, it is important that several contributors are really able to do such > > things > I agree - thank you. > > > but I will need your help for the other implementations and I will > > probably need some time to check how this feature is implemented in other APIs > > as some window managers do not respect some settings and these APIs may use > > some hacky kludges to success. > > Of course I will help. Others doing changes doesn't mean I can be lazy :) > On the contrary, at first it will be a bit more work for all of us. > > Maybe we can utilize/impl. maximized/minimized while doing resizeable as well ? > To avoid API explosion, maybe we can use an enumeration type like 'enum > WinProperty' > and 'setWinProperty(WinProperty)' and 'WinProperty getWinProperty()' ? Is there a real need of doing something completely different of AWT? *** Bug 965 has been marked as a duplicate of this bug. *** Hi guys, any idea on when this feature will be implemented? Just to have a sense of the schedule. Thanks! Hello, Any plan to implement this feature soon ? Thanks. (In reply to comment #7) > Hello, > > Any plan to implement this feature soon ? > > Thanks. If it's really important for you, please ask Sven to add it into the roadmap of JOGL 2.3 and feel free to contribute. |