Search:

Type: Posts; User: radulescuiulia

Search: Search took 0.08 seconds.

  1. Re: Transform file into java applet using Graphics

    I have another question: how can I figure out when a letter ends? for example I want to calculate the dimension of "e", then the dimension of "x", etc, but I can't figure out how to separate them. ...
  2. Transform file into java applet using Graphics

    Ok, I want to know if this is possible. I have the following text file (actually it's pgm, but viewed as text):
    2164

    It's a file made of zeros and " "(spaces), and the zeros form the word...
  3. Replies
    2
    Views
    1,356

    File not found

    Hello,

    The following code gives me the result:

    File path is [D:\IMAGES\sample1.pgm]
    java.io.FileNotFoundException: [D:\IMAGES\sample1.pgm] (The filename, directory name, or volume label...
  4. Replies
    1
    Views
    1,103

    Class inside a class

    Hello,

    I'm trying to create a class (TextAnalyzer) which contains another class (GUI_Interface). I want to create a GUI_Interface object (called fereastra) in TextAnalyzer's public static void...
  5. Replies
    2
    Views
    883

    Recursive_java_function

    Hello,

    I've written the following code to find out the number of occurrences of a number in a sorted array (example: [ 1 3 3 4 8] for 3, it prints 2 occurrences).

    The problem is that I'm using...
Results 1 to 5 of 5