CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: b721991

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    7,585

    Re: Changing the properties of a picture

    Yes the Jframe does not display is the overall problem. When I run it on netbeans. The Jframe will not diplay, it just says build succesful and does nothing else
  2. Replies
    7
    Views
    7,585

    Re: Changing the properties of a picture

    This one has the updated code
  3. Replies
    7
    Views
    7,585

    Re: Changing the properties of a picture

    I thought I didn't successfully post the other thread, and I made an error with the code formating so it doesn't look right. The problem is when I compile the code, the applet will never show up.
  4. Replies
    2
    Views
    6,444

    Image Properties Code Review

    Is there any issues with this code that can be fixed or made better?


    [code]
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.border.TitledBorder;
    ...
  5. Replies
    7
    Views
    7,585

    Changing the properties of a picture

    Is everything running smoothly with this code, can some please review I get errors when I try to run the program. I have attached the code, as well at the picture. 30641




    import java.awt.*;...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured