Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Other Java > Java GUI
|
Java GUI Discussions specific to programming Java GUI.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Java GUI section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 5th, 2005, 10:08 AM
Registered User
 
Join Date: Jul 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to conanbatt
Default Form replication + little isue

Hi, i am new to the list and new to netbeans. Right now i am making a gui to handle the status of a scale, but i am having some issues.

First of all, the jFrame doesnt let me set the minimum or maximum size through the propierties, so i wrote this code right in the constructor
public void ScaleViewer ( ) {
            this.setSize(260,300);
...

but even so, when i test the form, it starts at minimum size (0,0) and have to resize it manually.

The second issue is that the program has to be able to put up several ScaleViewer forms at the same time. How should i handle this issue?. Any tips and help would be appreciated

Greetings, noobprogrammer Conan






Similar Threads
Thread Thread Starter Forum Replies Last Post
Q about Replication D.A.D Java Databases 0 June 1st, 2007 02:14 AM
Replication happygv SQL Server 2000 3 April 26th, 2007 08:52 AM
Circular Replication happygv MySQL 0 December 7th, 2006 02:57 AM
Replication KellyM955 SQL Server 2000 2 February 21st, 2005 11:27 PM
Excel Replication arkturas Excel VBA 2 May 10th, 2004 06:35 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.