Search:

Type: Posts; User: planetHollywood

Page 1 of 4 1 2 3 4

Search: Search took 0.12 seconds; generated 48 minute(s) ago.

  1. Replies
    2
    Views
    9,268

    Re: javascript

    Added functionality to a web browser.
  2. Replies
    6
    Views
    936

    Re: Calling methods via interface?

    When you say "person", is this from any program? Say like directly from the web browser. The interface is the java program itself. Ok clearer now. Thanks...
  3. Replies
    13
    Views
    9,878

    Re: Process and Multi-threading

    5. Communication: Communication between multiple threads is easier, as the threads shares common address space. while in process we have to follow some specific communication technique for...
  4. Replies
    13
    Views
    9,878

    Re: Process and Multi-threading

    5. Communication: Communication between multiple threads is easier, as the threads shares common address space. while in process we have to follow some specific communication technique for...
  5. Replies
    5
    Views
    9,216

    Re: Java API

    Thank you for that fundamental concept of web programming. It is good to always be good grounded on these conceptional ideas on the web. It will make one closer to their desired goal.
  6. Replies
    9
    Views
    3,989

    Re: swing or javafx or ?

    Thank you. Swing it is. With the platform and the OS, I could probably connect from the internet with enough memory, to print out any picture I wanted. That picture would uploaded in a buffer area...
  7. Re: Program for printing it on a laser

    Thank you for the clarification.
  8. Re: Newbie needing help with some variables(?) help

    Thank you for your input. That means this program is not integrated. getTickets( ) should not call another class or method. So what your saying all the variables must be contained in one program...
  9. Program for printing it on a laser

    Do I use Javax.swing? I am trying to develop a program where by my computer can connect to a laser printer. Then transfer a picture file .jpg on to a plastic or stensil sheet. From there on iron...
  10. Replies
    11
    Views
    4,065

    Re: OOPS Concept - Inheritance

    This is a robust language. I have yet to master all the key concepts. Though I am learning it on windows, it is hard sometimes to see that it is not windows, but another programming language.
  11. Replies
    3
    Views
    2,136

    Re: JOPtionPane error

    System.in.println( " " ) method is used to ask for a user input.

    String [variable name] = " "; will do the trick. It will require an input from the user.
  12. Replies
    3
    Views
    1,870

    Re: Months of the year

    NetBeans, the latest version would answer all your questions. Download a copy of it, it will be much easier to get the idea. IDE. You know, computers talking to other computers via the Java program...
  13. Replies
    5
    Views
    1,425

    Re: Programming an IOS app wtih eclipse

    I was wondering about the downloads on a pc for the java kits and JVM, is this an integration program? Meaning all under a curve? Function itself. By this I mean when the language came about, the pc...
  14. Replies
    5
    Views
    1,824

    Re: Writing to a text file

    Thank you. I may have some input. Is this class file part of a package that will perform the function? a copy() method already exist in another file. java.lang.*.
  15. Replies
    12
    Views
    2,586

    Re: 2 Questions about Inheritance

    By any chance this exam is the Java SE 7 (number) certification? This a access modifier, private, interface @ override. Parent class and its methods are overwritten in the subclass. May share the...
  16. Re: I can't modify the board(controller has a problem)

    Where was the problem detected? Controller
  17. Replies
    3
    Views
    1,180

    Re: Splitting operators

    Do you have the whole program to this task? I can see where and how it might be used, but don't know exactly what class files or packages are imported.
  18. Replies
    1
    Views
    1,565

    Re: JTable with mutable data array

    This helps somewhat. All data in an Array are added first. Such as, String x[ ] [ ] = { "Mr.", "Mrs.", "Ms."}; This would need to be added and fixed.
  19. Replies
    4
    Views
    1,805

    Re: Revers Timer for a JFrame

    Do you mean like in a race? And why there may be a 30 seconds or 1 minute time delay before seeing it. Or is this hardware symptoms?
  20. Re: Get directory for appliation data storage on any platform

    The class files saved is saved to make it easy for anyone to store their files in a proper organized class files directory. We would start at the root level. Windows,...
  21. Replies
    1
    Views
    1,274

    Re: 2d array into JSON or XML

    If you're on netbeans the file saved is not integrated with the other Windows file. Not possible to open up the xml file from your window screen or IDE.
  22. Re: Converting from formulas to java code Math.pow

    I see. There is a power twice. x, y. How to write it correctly to come away with the correct answer? How much different answers were there? A lot? Math.pow
  23. [SOLVED] Re: Beginner Java Course, Stuck on my First Assignment. Help Needed.

    Ok. I hope this does it.



    public class Swapping {
    int x = 1;
    int y = 4;

    public static void main(String args[]) {
    If(x)
  24. Replies
    25
    Views
    3,492

    Re: functional programming with objects

    That helps a lot. I was thinking of google search engine. And if I were to type in bear, the methods used are like objects, and the class files are also objects. The container would be the parent...
  25. Re: Downcasting, most of the times it will fail but which is the pass case.

    This looks like a good structure. All methods of child class is from a parent class. Referent object child is equal to parent object referent. There is a type mismatch in the methods called. It...
Results 1 to 25 of 82
Page 1 of 4 1 2 3 4