Recent content by TRARP

  1. T

    Anyone want my RA3 Warhammer Item?

    It would be a shame to let this rot in the box, there seemed to be a certain amount of interest about the WAR forums, so i thought id ask here. PM me if you want it. MikeC
  2. T

    NForce4 and Vista

    For some reason, Windows isn't reconizing my mobo drivers being installed. I have the latest 15.01 Vista 32bit drivers installed, but Windows update keeps offering the same ones for me, and the Nvidia site's autochecker does as well, even saying i have no driver installed at all, and offering...
  3. T

    Pictures in a JFrame in Java

    I did help, thank you, i should have thought of that first. :)
  4. T

    AT ET : Quake Wars server

    Gah, cant join, is this server still running?
  5. T

    Pictures in a JFrame in Java

    Hi, Mike again, thanks for the help earlier. I have most of my program running now except im having difficulty adding bitmaps anywhere. After browsing the internet for quite a while, i came up with this: ImageIcon image = new ImageIcon("filepath.bmp"); Picture1.add(image...
  6. T

    Java Troubles

    Great, that helped, thanks guys. :thumbsup:
  7. T

    Java Troubles

    Hi, im Mike and quazi new to these forums. I was curious... when i created my JForm with Netbeans' handy GUI creator, you know, adding buttons and whatnot, in my fruitile attempts to make a label a hyperlink, i added some custom code that wont compile. The problem is, now i cant delete it, as...