Search:
Type: Posts; User: fatabass
Search: Search took 0.07 seconds.
- 03-17-2013, 10:45 PM
Thread: Requirements for a JSF hello world?
by fatabass- Replies
- 2
- Views
- 149
Requirements for a JSF hello world? Hello,
I am trying to compile a war file which will be deployed to a Tomcat Server.
What I want to do is to
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD... - 03-04-2013, 08:45 PM
Thread: give me a code
by fatabass- Replies
- 12
- Views
- 361
Re: give me a code I do not get this?
- 02-27-2013, 11:29 AM
Thread: How to run a java file
by fatabass- Replies
- 1
- Views
- 313
Re: How to run a java file What method do you want to run in your java file?
- 02-26-2013, 06:38 PM
Thread: Assigning text to something
by fatabass- Replies
- 3
- Views
- 213
Re: Assigning text to something Try:
System.out.println("Hello " + variableName + ". How are you?");
I am sure there are better ways as well, look at: printf() method. - 09-12-2012, 01:27 AM
Thread: Please help me with Mock Objects.
by fatabass- Replies
- 1
- Views
- 724
Re: Please help me with Mock Objects. I added the line @RunWith(MockitoJUnitRunner.class) on top of public class MyClassTester and it works fine now.
Interesting.
Thanks anyway. - 09-12-2012, 01:23 AM
Thread: Please help me with Mock Objects.
by fatabass- Replies
- 1
- Views
- 724
Please help me with Mock Objects. Please do not close this thread.
My code:
package com.tugay.learningjunit;
public class MyClass { - 09-11-2012, 10:12 AM
- Replies
- 5
- Views
- 509
Re: Question on Singleton + Private Inner Classes Thanks, it was confusing for me as well, it is from the book Spring in Action.
- 09-11-2012, 08:26 AM
- Replies
- 5
- Views
- 509
Re: Question on Singleton + Private Inner Classes Thank you.
I guess I understand it. - 09-10-2012, 11:32 PM
- Replies
- 5
- Views
- 509
Question on Singleton + Private Inner Classes Hi everyone,
public class Stage {
private Stage(){
System.out.println("Stage crated!");
} - 06-25-2012, 10:27 AM
Thread: Character Encoding with JOptionPane
by fatabass- Replies
- 3
- Views
- 511
Re: Character Encoding with JOptionPane Thank you for your help.
This is what I have tried:
UIManager.put("JOptionPane.messageFont", new FontUIResource(new Font("UTF-8",1,12)));
String str =... - 06-25-2012, 09:28 AM
Thread: Character Encoding with JOptionPane
by fatabass- Replies
- 3
- Views
- 511
Character Encoding with JOptionPane Hi everyone.
I have a small code where I compare 2 files which contain pairs of key's and values.
An example is:
a.txt :
keyone=valueone
keytwo=valuetwo - 05-24-2012, 11:24 AM
Thread: Creating objects of Abstract Classes ?
by fatabass- Replies
- 5
- Views
- 580
Re: Creating objects of Abstract Classes ? Why is the last post deleted ?
- 04-03-2012, 11:08 PM
- Replies
- 2
- Views
- 522
Re: How to print the integer value of char : ' Yes for demonstration purposes.
Thanks for the answer. - 04-03-2012, 08:44 PM
- Replies
- 2
- Views
- 522
How to print the integer value of char : ' System.out.println((int) ' " ');
System.out.println((int) ' ' ');
The first line complies and runs, but the second one does not.
Any help ?
Eclipse says: Invalid character constant ? - 04-01-2012, 10:21 PM
- Replies
- 0
- Views
- 412
I do not want to see methods from super classes 3385
Hi everyone and thanks for sparing time.
As seen in the image, the methods I underlined are methods of the class. The other methods are methods from class: Object. I do not want to see... - 03-30-2012, 11:45 PM
Thread: Adding null selection to a Combobox
by fatabass- Replies
- 4
- Views
- 911
- 03-30-2012, 10:13 PM
Thread: Adding null selection to a Combobox
by fatabass- Replies
- 4
- Views
- 911
Adding null selection to a Combobox Hi,
I have an Enum say Type..
And when I create a new JComboBox with JComboBox(Type.values), I see that the ComboBox includes the values in my Enum. But I also want one empty field in my... - 03-22-2012, 10:27 PM
- Replies
- 1
- Views
- 342
Very interesting Abstract Class behavior. Please Help :) public abstract class MyAbstractClass {
int age = 15;
public void printAge() {
System.out.println(age);
}
}
public class ConcClassA extends MyAbstractClass {
int age = 0;... - 03-22-2012, 09:23 PM
Thread: Help with Abstract Classes please.
by fatabass- Replies
- 1
- Views
- 346
Help with Abstract Classes please. public abstract class Component {
int age;
public int getAge() {
return age;
}
}
public class ConrecteComponent extends Component {
public ConrecteComponent(int age) { - 03-21-2012, 09:32 PM
Thread: Freeware UML editor?
by fatabass- Replies
- 2
- Views
- 575
Freeware UML editor? Can anyone suggest me a freeware UML editor where I can create Class diagrams easily?
I am using Violet UML Editor but it is way too simple.. - 03-17-2012, 09:07 PM
Thread: Basic Problem
by fatabass- Replies
- 6
- Views
- 388
Re: Basic Problem I think you need at least one if statement ?
- 03-16-2012, 09:27 PM
Thread: Having trouble catching exceptions
by fatabass- Replies
- 2
- Views
- 294
- 03-16-2012, 08:53 PM
Thread: classes structure
by fatabass- Replies
- 4
- Views
- 380
Re: classes structure Study Mode - View - Controller pattern.
- 03-16-2012, 08:51 PM
Thread: Having trouble catching exceptions
by fatabass- Replies
- 2
- Views
- 294
Having trouble catching exceptions This is my constructor:
public Human(String name, int age) {
System.out.println("A new human has been createad!");
this.name = name;
this.age = age;
} - 03-13-2012, 08:23 AM
Thread: NEED HELP!!! JOptionPane and arrays
by fatabass- Replies
- 10
- Views
- 847
Results 1 to 25 of 378



PDF to TIFF Conversion & Control...
Yesterday, 11:39 AM in Java Software