1,453 Topics

Member Avatar for
Member Avatar for NewOrder

[CODE]import java.io.Console; import java.util.ArrayList; public class IteratorEx5 { public static void main(String[] args) { Console console=System.console(); String movie=""; String Subscriber=""; String movieType=""; ArrayList<Subscriber> sub=new ArrayList<Subscriber>(); String stop; BlockBuster dvd= new BlockBuster(); while(true){ System.out.println("Enter the movies name"); movie=console.readLine(); System.out.println("Enter the movies name"); Subscriber=console.readLine(); System.out.println("Enter the movies name"); movieType=console.readLine(); System.out.println("Enter the movies …

Member Avatar for kramerd
0
188
Member Avatar for JayGeePee

I want to put my own "twang" to certain elements on my website. For instance I'd like to have a image for say the a file attachment, instead of the normal box with browse after it. Can I do this? How can I do this. I'd like to apply images …

Member Avatar for rajarajan2017
0
419
Member Avatar for ivayla81

Hi, As I am browsing the internet, multiple IE windows start popping up uncontrolably. The only way to shut them off is through task manager. The same thing happened on a co-worker's computer once, so I am fairly sure it's a virus. Here is the MBAM log Malwarebytes' Anti-Malware 1.46 …

Member Avatar for crunchie
0
311
Member Avatar for Orion2k

well first of all I ask u people don't try to give me advices like use QT instead that waste my time lot I want a direct answer how to do this cause this is really important C++ Module in my college has just started well the whole yesterday night …

Member Avatar for Ancient Dragon
-1
153
Member Avatar for iamthwee

So blender 2.5 has a brand new slick interface. Enough to rival packages like modo and 3dmax. Any blender users here. What are your initial thoughts? [url]http://www.blender.org/[/url]

Member Avatar for ruleboy527
0
172
Member Avatar for jems5

I would like to check user input value against a declared final variable to make sure it does not exceed the final int variable for the purpose of using in a try-catch-finally. [CODE] final int variable = 20; // Variable declared for max allowable int userInput = 0; // Used …

Member Avatar for jems5
0
106
Member Avatar for nwalser

Ok so to give you a brief summary of whats going on our original assignment was to make a password directory that adds, saves, looks up, and removes a name and password that are connected together in an array. So now we need to alter the code so it works …

Member Avatar for NormR1
0
307
Member Avatar for SpiritualMadMan

Please direct me if this has been answered previously. Here's my problem. I am decidedly not a C++ Programmer. I do pretty good with VB6... I have a 3rd Party program that I need to write a replacement User GUI for. The company has provided a .DLL and the interface …

Member Avatar for AndreRet
0
142
Member Avatar for clogman

Sorry in advance for the lengthy first post. The faults I'll describe are not due to hardware or malware of any kind. They are entirely self-inflicted. My PC is running WinXP, SP3. I have two HDD, both with multiple partitions. The C:\ SYSTEM disk is copied bit-for-bit to a backup …

Member Avatar for mariasizer
0
177
Member Avatar for NewbieProgram

Our professor decided to give us a really hard assignment in our 2nd week in the course. I really have no clue where to start. Requirements Writing reusable code to check a user name and password can be a challenging task. Three major things can change between one password checker …

Member Avatar for NormR1
0
265
Member Avatar for digital11

Hi. I've been having this problem with Firefox & Chrome where searches are taking me to wrong sites. I've done everything as required with Gmer, Malwarebytes etc. Here are the logs:- GMER One log: GMER 1.0.15.15281 - [url]http://www.gmer.net[/url] Rootkit quick scan 2010-09-20 19:25:09 Windows 6.1.7600 Running: 0g2vzqhn.exe; Driver: C:\Users\BOBBYD~1\AppData\Local\Temp\kwkirpoc.sys ---- …

Member Avatar for crunchie
0
366
Member Avatar for octavia

Hi fri, can web site link to the standalone exe file? for example, i created certain standalone .exe file (either by .net or some others) with user interface which is supposed to be add in some file/data from user, can this exe link to web? As i don't have knowledge …

0
65
Member Avatar for keyboardcliff

Hi: I'm new to this forum. First, a little about me. I'm an advanced beginner/hobbyist (oxymoron?) who has managed to learn VB by downloading, studying books and writing programs in the Express editions of VB2005 and, more recently, VB2008. Moreover I have learned to use MS SQLSever express editions as …

Member Avatar for keyboardcliff
0
85
Member Avatar for .:Pudge:.

How do I create an int variable to store user input? I tried the code below, but when I put in a number it comes out with some random 6 digit number. My assignment is: Write a complete, commented, stand-alone MIPS program to include the same function as this C …

0
73
Member Avatar for fredw300

Hello all, I need to develop a simple web application in java that will take MS excel files as input and generate output in excel format as well. Since I am not very experienced in java I am not sure what framework should I be using. Do I need to …

Member Avatar for peter_budo
0
160
Member Avatar for Bonface4

Hi guys? I have been programming in Java using J2SE. currently am working on J2EE enterprise application development using JavaServer Faces Technology.Since am new to JavaServer Faces have decided to start by a simple login applications.Developing the interface is not a big problem but getting the parameters from the inputText …

0
51
Member Avatar for Sarama2030

how is c++ a graphical user interface programming language, i mean how does all the code fit in to develop window based applications.

Member Avatar for Stefano Mtangoo
0
146
Member Avatar for TheWolverine

Hi all, I am currently working on a large software project for scientific computing for my PhD research. I am working on the architecture for part of the project now, and I am struggling with how to working with a polymorphic pointer as a function input parameter, by reference. The …

Member Avatar for TheWolverine
0
302
Member Avatar for Melow

So i had to do the following assignment in GWT: 1.Implement a selection/de-selection component as described below: The selected item in the first list goes into the second list and is removed from the first list when the >> button is pressed. The selected item in the second list goes …

0
162
Member Avatar for ←Guybrush→

Ahoy Sailors! So I'm scripting a socket based project in PHP, And now I've got to the stage where I'm needing to start accepting user input, What worries me is that PHP can't do two things & once (I.E Spawning & waiting for input from an interface & listening for …

Member Avatar for diafol
0
104
Member Avatar for Chris Nicola

Whenever I open Roxio Creator Classic the window does not seem to load properly and part of the user interface window appears as a black bar on the left. The programme will actualy burn CD/DVD's OK only if I use the "File/Burn" command as the other buttons are obscured by …

Member Avatar for Chris Nicola
0
146
Member Avatar for Klaurac

Hello There is this school project I'm working on, my first bigger one. It is a video Rental, I added the UML diagrams into the attachment as jpg file, the symbols may be off in the UML. I figured out this architecture, I want your opinion if it is any …

0
44
Member Avatar for RunTimeError

Hello, I just have a very simple n00b question so please forgive me. Basically I have an ASP.NET website connected to an SQL server database. Everything is working fine (I can connect to the database, execute queries) but where should I put the SQL connection/logic code? In the aspx.cs code …

Member Avatar for MichaelWClark
0
487
Member Avatar for joblanigan

hi, im new to java and am trying to create a simple paint program, what i'm having difficulty with at the moment is creating a field that will remember the current shape the user has chosen, i really don't know too much about what i'm doing more trial and error …

Member Avatar for coil
0
364
Member Avatar for blknmld69

Can someone work with me on this program. I will put the instructions first, then my code, then the errors [B]INSTRUCTIONS: [/B] Create a program to enter grades and calculate averages and letter grades. 1. Need a class which will contain: a. Student Name b. Student Grades (an array of …

Member Avatar for Akill10
0
1K
Member Avatar for blknmld69

I have been working with my final project for about 3 weeks now and its due by 10am tuesday. Currently I am receiveing cannot find symbol errors. I know this is something simple. Please help. [B]INSTRUCTIONS[/B] Create a program to enter grades and calculate averages and letter grades. 1. Need …

Member Avatar for NormR1
0
263
Member Avatar for ismithx

Hi people, i was wondering If you could help me. I have a personal project as a java program, and I wish to develop my own Look and Feel. It will be rather simplistic (like a metro ui). Is a Look and Feel the right way to be going about …

Member Avatar for ismithx
0
264
Member Avatar for Kevin_160

Hi Everybody, FYI (In order to get a feeling with the time it takes to send command strings to signal generators via a GPIB bus, I want to send a voltage level high pulse to an oscilloscope. Ones the RF signal arrives via a detector diode, The pulse and the …

Member Avatar for Kevin_160
0
355
Member Avatar for John A

GPT, an acronym for GUID Partition Table, is likely something you've never heard of before. Perhaps that's a good thing. Throughout my usage of GPT, I've come to see that it's a total and complete waste of time. What is GPT, anyway? Wikipedia defines it as a partition layout standard …

Member Avatar for Tilipitappi
0
829
Member Avatar for NewAndClueless

Hello, I can't seem to get this program working. I was asked to write a program that merges two files that contain polynomials. To merge two files, the input files must be in sorted order. The merge operation repetitively selects the smaller value from the two files. When two sorted …

Member Avatar for NormR1
0
215
Member Avatar for oscarp

Hi all, I'm developing a library. I would like that this library could make differents callbacks to the user part. Untill now, I had the simplest way to do it, I had stored a pointer to the user class and I was making calls when something happened, but with this …

Member Avatar for Ancient Dragon
0
85
Member Avatar for skyzer

Hi. i get this blue screen when starting my PC very often. Here are my PC specs (report from everest) [QUOTE]Operating System Microsoft Windows XP Professional 5.1.2600 (WinXP RTM) Date 2010-08-25 Time 19:24 --------[ Summary ]----------------------------------------------------------------------------------------------------- Computer: Computer Type ACPI Uniprocessor PC Operating System Microsoft Windows XP Professional OS Service …

Member Avatar for screwball2010
0
421
Member Avatar for shinypenguin

I'm using Visual Basic Express 2008 to create an interface with a order database in MS Access 2007 (.accdb file). Everything is fully functional except updating the "Inventory" table is very slow. Updating around 2200 items takes almost 2 minutes and the window will appear as "not responding" for the …

Member Avatar for lolafuertes
0
131
Member Avatar for zahnsoftware

When is it appropriate to use abstracts as opposed to interfaces to define base class behavior? What is the most common, practical usage for each? For instance, if I were to write a database applications that required to read a wide variety of database formats, would I define by database …

Member Avatar for embooglement
0
191
Member Avatar for kinvieb

I am developping an user interface in VBA to manage an MS access database. I am confronted with a task that consists to open any document file store on a computer using a VBA command. I can do that that for any MS office document but failing with other document …

Member Avatar for AndreRet
0
244
Member Avatar for rajeesh_rsn

Hi, I am developing a login system in my web site I am using php and mysql. In this I want to add some creative user interface like... When user click on login link then a pop up ( not separate browser window , Just creating one with jquery ) …

0
53
Member Avatar for happygeek

What do you get if you combine a computer company with a group of Vegans and someone who used to present a popular children's TV show? The less than obvious answer is a Linux computer designed especially for old people. But there you have it, and according to the press …

Member Avatar for demdd
2
1K
Member Avatar for thilinam

Hello everybody. I'm new to java programming. These days I'm developing a client server application using java. Client side is at most finish now. Server side logic is also designed and implemented successfully. But I'm in a trouble regarding following stuff. The server runs an infinite loop. it always checking …

Member Avatar for JamesCherrill
0
110
Member Avatar for junichiro90

Last time i was facing a problem to connect or link to database for my java program. Actually i have to implement a reservation system, but then after i have sucessfully connect to database, i found out that i can do everything in database, then the class which i create …

Member Avatar for JamesCherrill
0
103
Member Avatar for Emily Banks

Sure, looking for news stories with a search engine can tell you about the past, but a new application might act more like a very comprehensive crystal ball. A search engine prototype created by Yahoo's Barcelona lab lets users look into the future -- sort of.[ATTACH]16945[/ATTACH]The [URL="http://fbmya01.barcelonamedia.org:8080/future/"]application[/URL] was revealed this …

Member Avatar for GoodLuckChuck
2
717
Member Avatar for cnmsg007

It is Object-Oriented Programming(c++). I have already done part2a and 2b, I need some ideas for the rest,it is really grateful if you could give me some ideas about that. THANKS!! The following is the project: 1. Task b. Identify the objects and classes to be used in the program. …

Member Avatar for Lerner
0
118
Member Avatar for ayooshkasmth

Hi, I have two sets of checkboxes, which im planning to use for selecting items from a mysql database. The first set of checkboxes are the search criteria, which can be ticked or unticked according to user preferences. The second set of checkboxes contain the results of the use preferences, …

0
75
Member Avatar for sameeraict

Hi, i'm trying store an image in my sql database . i 'm using java to manipulate it .i 'm able to manage the image store in the database,but i don't know how to retrieve it back to my user interface. can some one help me to do this. [code]//sample …

0
61
Member Avatar for johndoe444

I was wondering how we can build a remote application where the user interface created using windows form will be running at the client side and the application logic will be running in server side. Sort of like web application but the user interface would be running in stand alone …

0
73
Member Avatar for sumanpk

HI, pleae can any one help me regarding the issue: I am trying to develop system where i can add run time some user control like button, textbox, checkbox . Thanks suman

Member Avatar for codeorder
0
111
Member Avatar for Mitja Bonca

I would like to create a simple program, like a game, but so far without any graphical interface. Only a code, supported with some numbers, so that the user will know whats going on in the background. I was thinking of creating a racing game (like formula 1 or sometihng …

Member Avatar for papanyquiL
0
110
Member Avatar for merlin1106

This is the assignment: Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage and the user's selection from a menu of available mortgage loans: - 7 years at 5.35% - …

Member Avatar for jon.kiparsky
0
407
Member Avatar for <maaniash>

Hi i am to design an online database system for a hospital . The requirement is that i have three types of user to login in the system online one is DOCTOR and PATIENT and CLERK. My question is how to design the table for this requirement . Either a …

Member Avatar for tesuji
0
84
Member Avatar for axelfrost101

Just wondering what registry cleaners people use? Im an IT administrator and wondering what your views are on registry cleaners, whether you use them, or not, and which ones you use. My favourite is RegistryFix: <snip> I find the user interface easy to navigate and the registry cleaning is very …

Member Avatar for GiddyupGilbert
0
140
Member Avatar for Matt89

hi i am trying to make a currency converter to convert British pounds, US Dollars and Euros . i have the GUI made but i wanted to make a separate class to handle the conversion of the currencys but im not sure where to start so i was wondering if …

Member Avatar for Matt89
0
215

The End.