Kelly Farmer | 10 May 2013 19:45

Java/Swing Opportunity in Orange County, California

I have a 3 month Java/Swing contract opportunity available in Irvine, CA. This position is open for immediate start. If you or someone you know may be interested, please contact me as soon as possible for more information on the company and position.

 

Thank you!

 

Kelly Farmer, Recruiting Assistant

CONEXiS, Inc.

www.conexis.net

E-mail: kfarmer <at> conexis.net

Office: 949-360-1880 x1112

 

 

 

 

Erik Joelsson | 8 May 2013 14:05
Picon
Favicon

Fwd: RFR: 8011346: build-infra: While Constructing Javadoc information, JSpinner.java error: package sun.util.locale.provider does not exist

(retrying)
Forwarding review request.
/Erik

-------- Original Message -------- Subject: Date: From: Organization: To: CC:
Re: 8011346: build-infra: While Constructing Javadoc information, JSpinner.java error: package sun.util.locale.provider does not exist
Tue, 30 Apr 2013 19:13:13 +1000
David Holmes <david.holmes-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
Oracle Corporation
Erik Joelsson <erik.joelsson-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
build-dev <build-dev-0nJqbsLSQw0FDOXUYO6UHQ@public.gmane.org>


Looks okay to me but probably needs to go via Swing folk. David On 30/04/2013 6:36 PM, Erik Joelsson wrote: > This patch removes the annoying Error output from javadoc during source > generation. > > http://cr.openjdk.java.net/~erikj/8011346/webrev.jdk.01/ > > /Erik
Jose Luis Martin | 6 May 2013 10:28
Favicon
Gravatar

[PATCH] 7168064: SwingUtilities.sharedOwnerFrame multiplies window close event

Hello, 

I reported this issue one year ago but seems that it has been removed
from the public bug database and is still not fixed so I try now to
speak directly with you to see if this really is a bug or not.

The problem that I see is that a child window already disposed is
re-disposed when the owner frame is disposed, multiplying the
WINDOW_CLOSED events.

I guess that it could be fixed by testing if the child window is
displayable before disposing it in the Window dispose action. (May be
better in the dispose method itself).

I attach patch over last jdk8 repository and a test case for the issue.

Thanks, 

Best Regards.

-- Jose Luis Martin

Attachment (DialogTest.java): text/x-java, 2043 bytes
Attachment (jdk8_7168064.diff): text/x-patch, 910 bytes
Dmitry Markov | 19 Apr 2013 14:55
Picon
Favicon

[8] Review request for 7011777 JDK 6 parses html text with script tags within comments differently from previous releases

Hello,

could you please review the fix:
bug: http://bugs.sun.com/view_bug.do?bug_id=7011777
webrev: http://cr.openjdk.java.net/~vkarnauk/7011777/jdk8/webrev.0/

The method parseScript() was modified, added functionality to determine 
the position of the </script> tag. If </script> is located inside HTML 
comment, the method will not take it into account and continue parsing.

Thanks,
Dmitry

mikhail cherkasov | 19 Apr 2013 13:59
Picon
Favicon

[8] Review request for 8012004: JINTERNALFRAME NOT BEING FINALIZED AFTER CLOSING

Hello All,

Could you please review fix for this bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8012004
you can find webrev there:
http://cr.openjdk.java.net/~mcherkas/8012004/webrev.00/

Thanks,
Mikhail.
mikhail cherkasov | 19 Apr 2013 01:39
Picon
Favicon

[8] Request for review:

Hello All,

Could you please review fix for this bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8012004
you can find webrev there:
http://cr.openjdk.java.net/~mcherkas/8012004/webrev.00/ 
<http://cr.openjdk.java.net/%7Emcherkas/8012004/webrev.00/>

Thanks,
Mikhail.

Clemens Eisserer | 13 Apr 2013 12:19
Picon

Request for review: NPE when using Nimbus with a TableCellRenderer returning null.

Hi,

When testing a legacy application which was using Metal LnF previously
with Nimbus I ran into the following problem:

  Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
      at javax.swing.plaf.synth.SynthTableUI.paintCell(SynthTableUI.java:685)
      at javax.swing.plaf.synth.SynthTableUI.paintCells(SynthTableUI.java:581)
      ......

the code in question is:

  TableCellRenderer renderer = table.getCellRenderer(row, column);
  Component component = table.prepareRenderer(renderer, row, column);
  Color b = component.getBackground();

I've written a patch to simply check for "component" to be non-null:
http://cr.openjdk.java.net/~ceisserer/nimbusnpe/
Unfortunately I don't have a bug number, as the old bug-submission
system seems to be dead.

Please let me know what you think.

Regards, Clemens

Sergey Bylokhov | 8 Apr 2013 15:31
Picon
Favicon

Re: [8] Request for review: 8004866 [macosx] HiDPI support in Aqua L&F

Hi, Marco.
It will be backported, when it will be stable enough.

On 4/5/13 3:29 PM, Marco Dinacci wrote:
Hi,

thanks a lot for this work, this is indeed something many developers including myself were looking for.

Is there any plan to backport all changes related to hi-dpi support to OpenJDK 7 ?

Best,
Marco


On 4 April 2013 19:02, Sergey Bylokhov <Sergey.Bylokhov-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> wrote:
Hello,
Please review the fix for jdk 8. Change adds support of hidpi to Aqua l&f.
Change description:
- AquaPainter takes into account scale, when creates image.
- ImageCache now use scale factor as a key.
- CGContext also scaled to a ratio of image/control width/height
- Cleanup

Note that this fix depends from the:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8000629

Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8004866
Webrev can be found at: http://cr.openjdk.java.net/~serb/8004866/webrev.00

--
Best regards, Sergey.




--
www.intransitione.com


-- Best regards, Sergey.
Konstantin Shefov | 8 Apr 2013 15:39
Picon
Favicon

[7u] Request for approval for CR 7153702 [TEST_BUG] [macosx] Synchronization problem in test javax/swing/JPopupMenu/6827786/bug6827786.java

Hello,

Please review a fix for the issue:

7153702 [TEST_BUG] [macosx] Synchronization problem in test 
javax/swing/JPopupMenu/6827786/bug6827786.java

The webrev is: http://cr.openjdk.java.net/~kshefov/7153702/webrev.00

Direct backport form jdk 8

Thanks,
Konstantin

Mike Swingler | 7 Apr 2013 18:13
Picon
Favicon

Re: [8] Request for review: 8004866 [macosx] HiDPI support in Aqua L&F

It may be beneficial to put up a Q&A page on the Mac OS X Port project wiki to answer common questions like this.

As an example, I wrote up a Q&A explaining the decision making process that went into the new graphics stack for Java 7:

Having something similar for HiDPI would be very helpful to point people to when they want to know how to do X, or knowing if a certain technique is going to work.

~Mike

On Apr 5, 2013, at 4:29 AM, Marco Dinacci <marco.dinacci-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

Hi,

thanks a lot for this work, this is indeed something many developers including myself were looking for.

Is there any plan to backport all changes related to hi-dpi support to OpenJDK 7 ?

Best,
Marco


On 4 April 2013 19:02, Sergey Bylokhov <Sergey.Bylokhov-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> wrote:
Hello,
Please review the fix for jdk 8. Change adds support of hidpi to Aqua l&f.
Change description:
- AquaPainter takes into account scale, when creates image.
- ImageCache now use scale factor as a key.
- CGContext also scaled to a ratio of image/control width/height
- Cleanup

Note that this fix depends from the:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8000629

Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8004866
Webrev can be found at: http://cr.openjdk.java.net/~serb/8004866/webrev.00

--
Best regards, Sergey.




--
www.intransitione.com

Sergey Bylokhov | 4 Apr 2013 20:02
Picon
Favicon

[8] Request for review: 8004866 [macosx] HiDPI support in Aqua L&F

Hello,
Please review the fix for jdk 8. Change adds support of hidpi to Aqua l&f.
Change description:
- AquaPainter takes into account scale, when creates image.
- ImageCache now use scale factor as a key.
- CGContext also scaled to a ratio of image/control width/height
- Cleanup

Note that this fix depends from the:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8000629

Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8004866
Webrev can be found at: http://cr.openjdk.java.net/~serb/8004866/webrev.00

--

-- 
Best regards, Sergey.


Gmane