All I could find so far is this (open) Sun bug/RFE entry with 426 506 votes:

http://bugs.sun.com/view_bug.do?bug_id=6530906

It's in third place in the list of RFEs.

Tons of people have stated that it will be included in Java 7...but does anyone have any clear information on whether MiGLayout will be included?


Answered

Well, it seems Chad has a point - it's not on any official list anywhere, and time is sure ticking away, so unless something big happens, it's safe to say MiGLayout apparently will not be included in Java 7, literally in spite of 426 votes from the community. Too bad.

link|improve this question

2  
Good excuse to start voting for it to be included if it isn't. – Gordon Jan 19 '10 at 9:27
Of course if it really isn't included...you might wonder "Why vote at all?" if an RFE with 425 votes is not included. – Epaga Jan 19 '10 at 9:53
The RFE has the status of "Accepted". I had assumed that meant it was going to be included. Does it not? – Draemon Jan 19 '10 at 11:16
No. "In Progress" would mean it will be included. "Accepted" basically means "acknowledged"... – Epaga Jan 20 '10 at 7:51
Would have been a much more useful addition than closures sigh. – Oliver Weiler Apr 19 '10 at 21:33
feedback

2 Answers

up vote 3 down vote accepted

I try to keep up on JDK 7 news (here's a good tumblr blog on it) and I actually hadn't heard about it. this post goes over some of the enhancements in JDK7 as of October 2009, and it doesn't mention MigLayout. Here's what it says on swing:

10. Swing updates There would be small additions to the Swing API including the JXLayer component decorator, JXDatePicker, and possibly CSS-based styling. JXLayer allows users to easily decorate the compound components and catch all Mouse, Keyboard and FocusEvent for all its subcomponents.

That was back in October. The biggest news on JDK7 is the Inclusion of closures. They were proposed but then dropped. But in November (after Oracle bought Sun) they got put back in. That pushed the deadline back to september of this year (it was going to be out this quarter)

here's a complete list of JDK7 featuers. I don't see MiGlayout anywhere.

link|improve this answer
feedback

I can't find it, therefore I don't think so. (Looking at a 30 day old version of JDK 1.7.0)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.