Forum: Java Jun 23rd, 2008 |
| Replies: 0 Views: 1,554 Deal all,
I'm learning J2ME wireless programming using Netbeans,
and I have to format string to date.
But when I add "java.text.SimpleDateFormat" NetBeans does not detect that package.
What... |
Forum: Java Apr 25th, 2008 |
| Replies: 1 Views: 2,073 Dear all
I get this code from java.sun. I want to sort my columns tables.
But line 3 and 4 are not working.
I use Netbeans and already add JDK 6 to Netbeans platform.
Any suggestion or... |
Forum: Java Apr 24th, 2008 |
| Replies: 4 Views: 1,989 I have found the answer. Thanks anyway.
public class Data
{
Connection cnExecute = null;
int rowNgefek = 0;
Statement stExecute;
public void... |
Forum: Java Apr 24th, 2008 |
| Replies: 4 Views: 1,989 I have this method :
public void ExecuteSQL(String SQL)
{
Koneksi getCn = new Koneksi();
Connection cnExecute = null;
try {
cnExecute =... |
Forum: Java Apr 23rd, 2008 |
| Replies: 4 Views: 1,271 |
Forum: Java Apr 23rd, 2008 |
| Replies: 4 Views: 1,271 So, what should I do ?
I have searched in Google but dont get significant answers.
Could anyone help me ?
Thanks,
Kusno. |
Forum: Java Apr 23rd, 2008 |
| Replies: 4 Views: 1,271 I'm able to set UIManager for
UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel")
and
UIManager.setLookAndFeel("com.sun.java.swing.plaf.motif.MotifLookAndFeel")
but... |
Forum: Java Apr 20th, 2008 |
| Replies: 3 Views: 3,904 Hi..
the code is for Jasper Report not in Java GUI.
Thanks,
Cause-NO.. |
Forum: Java Apr 18th, 2008 |
| Replies: 3 Views: 3,904 Dear all,
I have query like this :
SELECT ID, NAME, BEGINNINGBALANCE FROM TRXBUDGET ORDER BY ID
BEGINNINGBALANCE is numeric field type in MySQL.
Jasper Report / iReport recognizes this... |
Forum: Java Apr 17th, 2008 |
| Replies: 1 Views: 1,147 Dear all,
I have textbox (txtTransDate) that I set text to '2008-04-17' because mySQL accepts that format date.
I want to change the format to "MM/dd/yyyy" 04-17-2008 to retrieve month and year.
... |
Forum: Java Apr 15th, 2008 |
| Replies: 1 Views: 753 Dear all,
I have these code below (netbeans) :
All cells in columns "saldo Awal" are set to 58000000000.00, but appear in cell is 5.8E9
What should I fix in my code ?
Thanks,
Kusno |
Forum: Java Apr 14th, 2008 |
| Replies: 1 Views: 1,607 Dear all,
How do I validate cell value in jTable ? I want users to input numeric value in cell.
Thanks,
Kusno |
Forum: Java Apr 10th, 2008 |
| Replies: 1 Views: 4,994 Dear all,
This is me again, with another question......
I have SQL query like this :
SELECT CountryName, CountryID FROM MasterCountry Order By CountryName
I want to set all country names as... |
Forum: Java Apr 9th, 2008 |
| Replies: 2 Views: 11,959 Thanks for your explainations. It solves my answer. |
Forum: Java Apr 9th, 2008 |
| Replies: 1 Views: 3,278 Dear all,
How do I disable all columns cell and select row value to put in textbox using Netbeans ?
I have searched using google but not found any significant answer.
Thanks and regards,
... |
Forum: Java Apr 9th, 2008 |
| Replies: 2 Views: 11,959 Dear all,
I'm sorry to ask you again.
This code is my jTable that I copy from my Netbeans source code.
tblGroupAnggaran.setModel(new javax.swing.table.DefaultTableModel(
new... |
Forum: Java Apr 8th, 2008 |
| Replies: 2 Views: 930 Thanks, It works....!!!!! |
Forum: Java Apr 8th, 2008 |
| Replies: 3 Views: 2,081 Sorry the code above is for addGroupAnggaran.
This is the code menu :
import javax.swing.JOptionPane;
import javax.swing.*;
/*
* MenuUtama.java
* |
Forum: Java Apr 8th, 2008 |
| Replies: 2 Views: 930 Dear all,
Do you know what properties should I set to hide Min & Max button in JFrame.
I use Netbeans editor to create login form.
Thanks,
Kusno. |
Forum: Java Apr 8th, 2008 |
| Replies: 3 Views: 2,081 Dear all,
I'm newbie in Java language. I get assingment from my teacher to create small project for my final test.
Now, I create a Budget Controlling project using Netbeans.
I have created main... |