My company is a transport company. We receive goods form partner and transport it to customers. There is a process that we must accept a number of kilograms into bill after we weigh goods by the electronic balance(the electronic balance have serial port plug in PC) . To decrease this process, I'm looking for a project "read serial port wrote in java applet". Who have code,
We are using Kronos and when our staff trys to run reports -- they get three java prompts.The first one is asking if they would like to update java.The second one is do you want to run this application.The third one is allow access to the following application from this website
We are in a non persistent VDI environment so these prompts come up over and over and over.how to edit the Windows 7 image to disable all three of these prompts.Is there a way to install java from the command prompt with the parameters to disable these prompts from ocurring? if so i will uninstall and re-install with those prompts.
Create a Java Application in NetBeans with the following two classes.
1. A Java class College o Use the following data fields: College Name College City Number of Tracks Number of Students Number of Faculty Number of Staff o Implement an empty constructor o Implement a full constructor o Implement Setters and Getters (Mutators and Accessors) o Implement SetAll() method with all data members as parameters
2. Another Java class called CollegeDemo with the main() method: o In the main(): o Read the values of the fields of 3 colleges from a text file and for each create a College object. Filename: colleges.txt IT Dubai 7 200 50 20 ENG Abudhabi 4 400 60 20 SCIENCE Sharjah 3 300 40 20 First with empty constructor then uses setters. Second with full constructor (no need to use setters). Last one with empty constructor and SetAll() setter. o Display the average number of students for all the 3 colleges. o Change the value of ‘Number of Students’ in the SCIENCE College to 500, and display the average number of students again.
here my code :
public class Demo { private String name ; private String city; private String cname ;
I would like a small box to be able to enter a contacts information and I started with building it thru netbeans. Now I am thinking I should start from scratch so I understand everything. What should I do? I am having trouble making the buttons at the bottom work. All I would like to be able to do is setFrameVisible(false); but I can't seem to be able to do that without loosing the whole project not just the frame I am working on.
The buttons I am referencing are the Cancel & Accept
public class pa4GUI extends javax.swing.JFrame { String ph; String ln; String fn; String em; String or;
I'm developing an SE Java application which allows the user to view a database that I've created. I've done the data binding to a JTable but don't see any data. I've read the Derby/Java DB manual and it seems that I need to put data into this Embedded database (single table). All I want to know is how to put the data in - can I copy the files from '.netbeans-derby' folder or do I have to utilise another method?
I have two JComboBox the first contains a list of patients, the second a list of antibiotics I want to make a button when I chose an antibiotic and a patient they will be added in my database (sql server)
I would like to use java se api names like, undo, redo, stylededitorkit, htmleditorkit in editorpane swing. So, I don't understand how to use these apis.
The naming conventions for coding Java applications are clear to me. I'm wondering what the best practices are for naming Java projects e.g. when creating a new project in NetBeans IDE or in BitBucket?
I have a couple .java examples I want to mess with but don't know how to get them into Netbeans so I can work with them. What is the process in loading a .java into Netbeans so I can work with the code and run it in Netbeans?
displaying COM port in Combo box , see my code below , it does not show any error but it does not show COM port in combo box , instead it shows the class name of Communicator with some garbage data .
I have created a java gui application and I need to communicate through the serial port. I would like to open the serial port in the beginning of the application and then close it when the applications closes. The problem that I am having is that I created a method to open the serial port in the main function but I can not close the serial port on exit off the application. Is there away of having the serial port be setup so that all methods can access the serial port.
I am developing a program in netbeans forms. I've got to a point where I will click a jButton to print the content of either JFrame or JPanel. I am using Netbeans forms to develop the project....
I'm a new in java program. I need reading COM port on GPRS Modem. I plug the GPRS Modem in my PC and it has connected. I use Eclipse and create a project and new a file a.java, i collect this following code from the internet and paste it into the a.java file.
Java Code:
package serial; import java.io.*; import java.util.*; import javax.comm.*; //for accessing serialport public class OwnPort { static CommPortIdentifier portId;
[Code] ....
You can see the result here
I don't know the result why return " Set default port to COM4. port COM4 not found."
I am trying to connect to Sql Server database using Oracle UCP with sqljdbc4-3.0 JDBC driver for Sql Server,with different ports and instances.
– the issue is with the port being ignored in the server string.
For example, using port 1440 connects to the default instance (which is on port 1433) rather than MSSQLINSTANCE1 which is on 1440.
Below are Server hosts used.
sql005.sqlasoftware.com (connects correctly to the default instance) sql005.sqlasoftware.com:1440 (connects incorrectly to the default instance on port 1433) sql005.sqlasoftware.comMSSQLINSTANCE1 (connects correctly to the named instance)
I need to port asynchronous bean (provided by websphere) support in App servers like weblogic and jboss. Is this feature already part of J2EE specification? Or should I use some other external package to get this feature?If so what are those async bean like features for weblogic and jboss?
A wages calculator application is required that can determine the total cost of crew departing from the port on that day. To do this, the application reads from an itinerary text file containing each ship being loaded in the port that day, in the following format:
<ship id> <journey id> <l> // where <l> is the length in hours of the journey <s> // where <s> is the number of crew for the ship for this journey <rate> // for each s, <rate> is hourly rate of pay
Your application must calculate the total cost of the crew for each ship/journey and then compare it with a "recommended maximum journey cost" (RM) amount typed in by the user when the application is first run. If the total amount is less than or equal to RM then the details must be written to the screen and to an output text file called wagedaily.txt. If the amount is larger than RM then the results must be written to the screen only. Messages to the screen must indicate whether the crew cost is less than, equal to or larger than RM.
Your application should find the ship with the highest crew cost that is below RM and print this out as the final piece of output to the screen.
It has given me a bunch of ships and numbers to play around with in the code, here they are:
I am developing one form in jsf/primefaces. I have two inputText(inputMask) for e.g moble number and telephone number. I want to restrict the user to put only one of these two fields . That means if user starts putting value in mobile no. then telephone no. field should be disabled and if user starts putting value in telephone no. then mobile no. field should be disabled.
I have a class that extends JFrame, within that, i have set up JPanel where within that i have four JComboBoxes, I am to enable this JPanel and its JComboBoxes at the end of a method
The code for that method is:
private void tableNumberJComboBoxItemStateChanged() { // load data for table try { // get data for table myResultSet = myStatement.executeQuery("SELECT * FROM" + "restauranttables WHERE tableNumber = " + Integer.parseInt( selectedTableNumber));
[Code] ....
I am not sure how to enable this JPanel? I have another Jpanel to Disable but one question at a time i suppose.