Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Facing issues while rendering Jpeg200 image in Swing in Java 7

  1. #1
    Junior Member
    Join Date
    May 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Facing issues while rendering Jpeg200 image in Swing in Java 7

    Hi All ,

    We were recently planning to move to Java 7 in one of our swing Application which has a functionality to capture image from webcam
    and Display the same on the Window.The exisitng code works fine in java 6 but in java 7 we are unable to see the image on the window'we
    do see the byte code etc in the db.So every thing is working fine except the image view to the user in java 7.

    Any help on this is really appreciated


    Regards
    Chandan


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Facing issues while rendering Jpeg200 image in Swing in Java 7

    Can you make a small, complete program that compiles, executes and shows the problem for testing?
    Put all the data in file so the program does not require a database.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. [SOLVED] Problem with image in swing gui
    By Pusillus in forum What's Wrong With My Code?
    Replies: 4
    Last Post: June 14th, 2012, 11:13 AM
  2. Facing problem with combobox
    By Chandu311 in forum AWT / Java Swing
    Replies: 2
    Last Post: February 16th, 2012, 05:52 PM
  3. Java 3D Problems - Canvas 3d and QuadArray rendering
    By minime12358 in forum What's Wrong With My Code?
    Replies: 14
    Last Post: May 27th, 2011, 08:00 AM
  4. [SOLVED] Image issues
    By Toll in forum Java Theory & Questions
    Replies: 7
    Last Post: May 19th, 2011, 09:43 PM
  5. Java Web Browser Term Project- I am facing multiple problem...pls help
    By tazbinur in forum What's Wrong With My Code?
    Replies: 11
    Last Post: October 8th, 2010, 09:05 AM