Search:

Type: Posts; User: scribbleno1

Search: Search took 0.09 seconds.

  1. Re: How to make these beautiful JPanels for Nimbus look and feel ?

    Oh, there' just images. If you run the SwingSet3 (SwingSet3) demo and change the look and feel via the menu it is obvious that they are images. Try making similar effect in your paint software - or...
  2. [SOLVED] View Post

    If you use something like WinRAR, you can go inside a .JAR as if it was a ZIP because a .JAR file is an archive (compressed folder)
  3. jMonkeyPlatform not working - SceneViewer loading bar stuck at 14%

    I downloaded the windows one pre-built, downloaded all the updates and it's still not working.
  4. Re: Is there any intelligent person in the Java programming? plz

    int[][] TwoD = new int[50][50];
  5. Replies
    1
    Views
    2,347

    JMonkeyEngine 3 not rendering.

    I keep on geting an OpenGL error. I just installed version 2 but... nothing...

    I tried running my "SimpleApp" in JOGL and this popped up:


    12-May-2010 19:29:02...
  6. Re: Making a little Lua script 'generator', JFrame showing up blank.

    4 hours and waiting...
  7. Re: Making a little Lua script 'generator', JFrame showing up blank.

    Also, even the title doesn't change from "" to "Testable"
  8. [SOLVED] Re: why casting int to String is not possible through brackets method

    String.valueOf(num)
  9. Thread: Hello

    by scribbleno1
    Replies
    4
    Views
    1,238

    Re: Hello

    Have fun here, give thanks to the people who help you and especially enjoy your coffee-filled journey!
  10. Replies
    1
    Views
    1,554

    Re: control third party page in java.

    I think you should post this somewhere else, preferabbly not in the member introductions forum ;). Post this in one of the help forums please.
  11. Re: Making a little Lua script 'generator', JFrame showing up blank.

    Please can somebody respond? I'm getting impatient. Woah. That's rare.
  12. Replies
    5
    Views
    14,782

    Re: Help PLZ .. =(

    I think it'd be easier for you to add the numbers to string

    String thing += num + " "
    and then parse it

    int ln = 0;
    for(int i=0;i<thing.length()) {
    if(this.substring(i,i) == " ") {
    ...
  13. Re: Making a little Lua script 'generator', JFrame showing up blank.

    I don't mean to be impatient but I haven't got this laptop for long..
  14. Thread: Hello!

    by scribbleno1
    Replies
    5
    Views
    1,326

    Re: Hello!

    Thanks for the nice introduction!
  15. Making a little Lua script 'generator', JFrame showing up blank.

    (This may have Netbeans XML left in)


    public class Main extends javax.swing.JFrame {
    @SuppressWarnings("unchecked")
    // <editor-fold defaultstate="collapsed" desc="Generated Code">
    ...
  16. Thread: Hello!

    by scribbleno1
    Replies
    5
    Views
    1,326

    Hello!

    I'm an 11 year old who knows Lua, javascript, HTML, (basic) PHP and began to develop Java applications using the NetBeans IDE two-three months ago:cool:.

    Thanks for reading,

    Scribbleno1
  17. Re: I'm trying to use the paint method in NetBeans, but cannot get it to work.

    Please? A little help?
  18. I'm trying to use the paint method in NetBeans, but cannot get it to work.

    Where exactly would I put the following snippet:

    public void paint(Graphics g) {
    ...
    }
Results 1 to 18 of 18