Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Lupine

    global variabe in Java?

    just declare them PUBLIC STATIC for example: import java.awt.*; public class YOURCLASS { public static int NUMBER; Lupine RobertCorrina@patownsend.com
  2. Lupine

    Applet and reading Files?

    what about writing the file back to the server? Lupine RobertCorrina@patownsend.com
  3. Lupine

    Windows style O/S in QBASIC!!!

    Wow, this thread still exists? I went ahead and learned the JAVA It was really a mental challenge. Most of the books are misinformation so you pretty much have to teach it to yourself. I've been doing applets and applications for some time. It's easy once you finally get it in your head. I'm...
  4. Lupine

    How can I make a 2D-graphics with zoom levels seen from above?

    go over to Gamedev.net they have resources and a java forum you'll get more attention there Lupine RobertCorrina@patownsend.com
  5. Lupine

    Random access file help

    basically I need to write out (Unicode) and read in (Unicode) char, boolean, and byte (java 1.1) from files in a .jar I'm looking at: implements DataInput,DataOutput is this possible? how do I specify the .jar? how do I "seek" within the .jar for a specific file? once I have the...
  6. Lupine

    Sega dreamcast-Imac hookup

    thank you for your patience. The answer is... a g4 with a PCI card for TV input Lupine RobertCorrina@patownsend.com
  7. Lupine

    Security and distribution

    well, only answer if you want to. I see that It would be of little help to password protect a .zip within the .jar. since it would get cracked open very quickly. So I am forced to host applet sessions instead. Which has its own pros and cons. Anyway I'm surprised at the lack of interest on...
  8. Lupine

    Security and distribution

    no. it doesnt. how do I implement that? Lupine RobertCorrina@patownsend.com
  9. Lupine

    Security and distribution

    Hello, I notice that I can condense and obsificate(whatever) my bytecode, but what about the other resourses in the .jar file such as graphics and data files. Can I at least password protect the .jar files from being opened at all?? PLease help if you know... Lupine RobertCorrina@patownsend.com
  10. Lupine

    invisible transparent Layers

    there are multi layered .gifs right????? Lupine RobertCorrina@patownsend.com
  11. Lupine

    invisible transparent Layers

    Thank you for the part about "alpha" I have access to that series of books, I'll check it out. Here's the thing. I definately CAN create layers of transparency on a .gif (for whatever thats worth) Now, from my JAVA code I must be able to turn a layer visible or invisible. I realize...
  12. Lupine

    invisible transparent Layers

    Hello friends, I am making (transparent) 2D sprites in adobe Image Ready and coding using AWT(1.1) on a number of operating systems and OS's. I also have access to Java 1.3 but am avoiding using it. My question is: how can I make transparent layers invisible (either in Java or Adobe) and how...
  13. Lupine

    invisible transparent Layers

    Hello friends, I am making (transparent) 2D sprites in adobe Image Ready and coding using AWT(1.1) on a number of operating systems and OS's. I also have access to Java 1.3 but am avoiding using it. My question is: how can I make transparent layers invisible (either in Java or Adobe) and how...
  14. Lupine

    Brass Monkey or... my layers question

    I'm creating sprites in Image ready sometimes I wind up with "Layer 2" instead of "Layer 1" ( I DELETE LAYER ONE) does this matter or will Something go wacky when I try to animate over a background? Oh, I just said "Brass Monkey" to get you to read this post...
  15. Lupine

    need to create a file for DUMP

    buenos, I need to create a file and drop a HEX DUMP to it. Firstly I just need to create a file and write some test data to it. can somebody put up some sample code???? THX Lupine RobertCorrina@patownsend.com
  16. Lupine

    New version of Sun's java runtime enviroment (JRE)!!

    JRE does not equal JFC visitor, but I laughed anyways Lupine RobertCorrina@patownsend.com
  17. Lupine

    Distribution??????

    PER thge last message I can write the app in 1.1 and count on the JRE in IE ? DO I have to open it with IE or does it do it automatically? Lupine RobertCorrina@patownsend.com
  18. Lupine

    Distribution??????

    AH HA! Thank You! Thats what I was looking for! Cheers! Lupine RobertCorrina@patownsend.com
  19. Lupine

    Distribution??????

    OK, so if I download a JAR onto my high end win2000 PC can I Double click on it and expect it to "RUN" How does this work??????????????????????????????????? Thanx Lupine RobertCorrina@patownsend.com
  20. Lupine

    Distribution??????

    OK, so can external files be in the .Jar as well? and what if the users are on the MAC or Linux? Thanks all Lupine RobertCorrina@patownsend.com

Part and Inventory Search

Back
Top