text
stringlengths
3
1.18M
import javax.swing.*; public class Calculator { public static void main(String[] args) { int answer; String num1 = ""; String num2 = ""; num1 = JOptionPane.showInputDialog(null,"Please enter first value: "); num2 = JOptionPane.showInputDialog(null,"Please enter second value: "); answer =...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.model; import javax.validation.constraints.*; import org.hibernate.validator.constraints.*; import org.apache.commons.l...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.model; import javax.validation.constraints.*; import org.hibernate.validator.constraints.*; import org.apache.commons.l...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.model; import javax.validation.constraints.*; import org.hibernate.validator.constraints.*; import org.apache.commons.l...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.model; import javax.validation.constraints.*; import org.hibernate.validator.constraints.*; import org.apache.commons.l...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.controller; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import cn.or...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.controller; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import cn.or...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.controller; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import cn.or...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.controller; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import cn.or...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.service; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional;...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.service; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional;...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.service; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional;...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.service; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional;...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.vo.query; import org.apache.commons.lang.builder.EqualsBuilder; import org.apache.commons.lang.builder.HashCodeBuilder; ...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.vo.query; import org.apache.commons.lang.builder.EqualsBuilder; import org.apache.commons.lang.builder.HashCodeBuilder; ...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.vo.query; import org.apache.commons.lang.builder.EqualsBuilder; import org.apache.commons.lang.builder.HashCodeBuilder; ...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.vo.query; import org.apache.commons.lang.builder.EqualsBuilder; import org.apache.commons.lang.builder.HashCodeBuilder; ...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.dao; import java.util.*; import javacommon.base.*; import javacommon.util.*; import cn.org.rapid_framework.util.*;...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.dao; import java.util.*; import javacommon.base.*; import javacommon.util.*; import cn.org.rapid_framework.util.*;...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.dao; import java.util.*; import javacommon.base.*; import javacommon.util.*; import cn.org.rapid_framework.util.*;...
/* * Powered By [rapid-framework] * Web Site: http://www.rapid-framework.org.cn * Google Code: http://code.google.com/p/rapid-framework/ * Since 2008 - 2014 */ package com.me.project.dao; import java.util.*; import javacommon.base.*; import javacommon.util.*; import cn.org.rapid_framework.util.*;...
package javacommon.filter; import java.io.IOException; import java.util.Map; import java.util.UUID; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org...
package javacommon.util; import java.math.BigDecimal; import java.math.BigInteger; import java.sql.Time; import java.sql.Timestamp; import org.apache.commons.beanutils.ConvertUtils; import org.apache.commons.beanutils.ConvertUtilsBean; import org.apache.commons.beanutils.converters.BigDecimalConverter; impo...
package javacommon.util; import java.lang.reflect.InvocationTargetException; import java.util.Map; import javacommon.base.BaseQuery; import javax.servlet.http.HttpServletRequest; import org.apache.commons.beanutils.BeanUtilsBean; import org.springframework.web.bind.ServletRequestUtils; import org.sprin...
package javacommon.springmvc.interceptor; import java.util.Date; import java.util.HashMap; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.spri...
package javacommon.base; import java.io.Serializable; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.ibatis.session.RowBounds; import org.apache.ibatis.session.SqlSession; import o...
package javacommon.base; import cn.org.rapid_framework.page.PageRequest; public class BaseQuery extends PageRequest implements java.io.Serializable { private static final long serialVersionUID = -360860474471966681L; public static final int DEFAULT_PAGE_SIZE = 10; static { System.out.println(...
package javacommon.base; /** * @author badqiu */ public class BaseEntity implements java.io.Serializable { private static final long serialVersionUID = -7200095849148417467L; protected static final String DATE_FORMAT = "yyyy-MM-dd"; protected static final String TIME_FORMAT = "HH:mm:ss"; pro...
package javacommon.base; import java.io.Serializable; import java.util.List; import org.springframework.dao.DataAccessException; /** * @author badqiu */ public interface EntityDao <E,PK extends Serializable>{ public Object getById(PK id) throws DataAccessException; public void deleteById(PK id) th...
package javacommon.base; import java.io.Serializable; import java.util.List; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.dao.DataAccessException; import org.springframework.transaction.annotation.Transactional; /** * @author badqiu */ @...
package javacommon.base; import java.math.BigDecimal; import java.math.BigInteger; import java.text.SimpleDateFormat; import java.util.Date; import javacommon.util.ConvertRegisterHelper; import javacommon.util.PageRequestFactory; import javax.servlet.http.HttpServletRequest; import org.springframework.b...
package javacommon; import java.io.IOException; import java.io.InputStreamReader; import java.io.Reader; import java.util.HashMap; import java.util.Map; import javax.sql.DataSource; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.ibatis.builder.xml.X...
package javacommon.base; import static junit.framework.Assert.assertNotNull; import javax.sql.DataSource; import org.junit.Before; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.TestExecutionListeners; import org.springframework.test.context.junit4.Abst...
package javacommon.base; import static junit.framework.Assert.assertNotNull; import javax.sql.DataSource; import org.junit.Before; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.TestExecutionListeners; import org.springframework.test.context.junit4.Ab...
//this is the login page where the user will initially login //eventually we want to save user login so they do not have to //log in every time they reopen the app // SELECT * FROM package com.earthquakeunicorn.mafia; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import andro...
/** Automatically generated file. DO NOT MODIFY */ package com.earthquakeunicorn.mafia; public final class BuildConfig { public final static boolean DEBUG = true; }
package service; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.rmi.RemoteException; import java.rmi.registry.LocateRegistry; import java.rmi.registry.Registry; import java.util.Properties; public class Factory { private static Factory instance = null; ...
package service.sale.interfaces; import java.rmi.RemoteException; import java.util.ArrayList; import sale.entities.FacturaVO; import sale.entities.OrderVO; import sale.entities.SaleVO; import sale.exceptions.EmptyOrderException; import sale.exceptions.EmptySaleExcpetion; import sale.exceptions.NoSalesException; impor...
package service.sale.managers; import java.rmi.NotBoundException; import java.rmi.RemoteException; import java.rmi.registry.Registry; import java.util.ArrayList; import article.entities.ArticleVO; import article.exceptions.OutOfStockIngredientsException; import sale.entities.FacturaVO; import sale.entities.OrderVO; i...
package service.client.interfaces; import java.rmi.RemoteException; import service.article.exceptions.ProxyException; import client.entities.ClientVO; import client.exceptions.BadClientException; import client.exceptions.ClientNotHereException; import client.exceptions.IncompleteClientException; import client.excepti...
package service.client.managers; import java.rmi.NotBoundException; import java.rmi.RemoteException; import java.rmi.registry.Registry; import client.entities.ClientVO; import client.exceptions.BadClientException; import client.exceptions.ClientNotHereException; import client.exceptions.IncompleteClientException; imp...
package service.employee.interfaces; import java.rmi.RemoteException; import service.article.exceptions.ProxyException; import employee.entities.EmployeeVO; import employee.exceptions.IncompleteEmployeeException; public interface EmployeeProxyMgt { EmployeeVO[] getEmployees() throws RemoteException, ProxyException...
package service.employee.managers; import java.rmi.NotBoundException; import java.rmi.RemoteException; import java.rmi.registry.Registry; import employee.entities.EmployeeVO; import employee.exceptions.IncompleteEmployeeException; import employee.interfaces.EmployeeRemoteMgt; import service.Factory; import service.ar...
package service.article.interfaces; import java.rmi.RemoteException; import java.util.ArrayList; import dbExceptions.BadComboException; import dbExceptions.DataBaseErrorException; import dbExceptions.MissingComboException; import service.article.exceptions.ProxyException; import article.entities.ArticleVO; import art...
package service.article.exceptions; public class ProxyException extends Exception { private static final long serialVersionUID = 1L; public ProxyException(String str){ super(str); } }
package service.article.managers; import java.rmi.NotBoundException; import java.rmi.RemoteException; import java.rmi.registry.Registry; import java.util.ArrayList; import dbExceptions.BadComboException; import dbExceptions.DataBaseErrorException; import dbExceptions.MissingComboException; import article.entities.Art...
package service; import service.article.interfaces.ArticleProxyMgt; import service.article.managers.ArticleProxyMgr; import service.client.interfaces.ClientProxyMgt; import service.client.managers.ClientProxyMgr; import service.employee.interfaces.EmployeeProxyMgt; import service.employee.managers.EmployeeProxyMgr; im...
/******************************************************************************* * Copyright (c) 2011 Google, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at...
package GUI.prueba; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Button; public class s extends Shell { /** * Launch the application. * @param args */ public static void main(String args[]) { try { Display displa...
package GUI.Cliente; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Text; import org.eclipse.swt.widgets.Button; impo...
package GUI.Cliente; import java.util.Date; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FormData; import o...
package GUI.Cliente; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.events.SelectionAda...
package GUI.Cliente; import java.rmi.RemoteException; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.layout.FormData;...
package GUI.Cliente; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Table; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.layout.FormData;...
package GUI.Cliente.Exceptions; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.custom.StyledText; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FormData; import org.eclipse...
package GUI.Cliente.Exceptions; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FormData; import org.eclipse.swt...
package GUI.Cliente; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FormData;...
package GUI.Cliente; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.layout.FormData;...
package GUI.Ventas; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FormData; import org.eclipse.swt.layout.Form...
package GUI.Ventas; import java.rmi.RemoteException; import java.util.ArrayList; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import sale.entities.OrderVO; import sale.entities.SaleVO; import sale.exceptions.NoSalesException; import service.Serv...
package GUI.Ventas; import java.rmi.RemoteException; import java.util.ArrayList; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Table; import org.eclipse.swt.SWT; import org.e...
package GUI.Ventas; import java.rmi.RemoteException; import java.util.ArrayList; import article.entities.ArticleVO; import service.ServiceFacade; import service.article.exceptions.ProxyException; import service.article.interfaces.ArticleProxyMgt; public class test { public static void main(String[] args) throws Re...
package GUI.Ventas; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FormData; ...
package GUI.Ventas; import java.math.BigDecimal; import java.rmi.RemoteException; import java.util.ArrayList; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.wi...
package GUI.Ventas; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.wb.swt.SWTResourceManager; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.events.S...
package GUI.Ventas; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.layout.FormData;...
package GUI.Ventas; import java.rmi.RemoteException; import java.util.ArrayList; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Combo; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Text; import org.eclips...
package GUI.Ventas.Facturacion; import java.rmi.RemoteException; import java.util.ArrayList; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import sale.entities.FacturaVO; import sale.entities.SaleVO; import sale.exceptions.EmptySaleExcpetion; imp...
package GUI.Ventas.Facturacion; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import sale.entities.FacturaVO; import sale.entities.SaleVO; import sale.exceptions.EmptySaleExcpetion; import service.ServiceFacade; i...
package GUI.Ventas.Facturacion; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FormData; import org.eclipse.sw...
package GUI.Ventas.Facturacion; import java.util.ArrayList; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.For...
package GUI.Ventas.Facturacion; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.widge...
package GUI.Ventas.Facturacion; import java.util.ArrayList; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.For...
package GUI.Ventas; import java.math.BigDecimal; import java.rmi.RemoteException; import java.util.ArrayList; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Label; import org....
package GUI.Ventas; import java.rmi.RemoteException; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.layout.FormData; import org.eclipse.swt.layout.FormAttac...
package GUI.Ventas; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Table; import org.eclipse.jface.viewers.TableViewer; import org.eclipse.jface.viewers.CheckboxTableViewer; import org.eclipse.swt.layout.FormLayout; import org.ec...
package GUI.Ventas; import java.rmi.RemoteException; import java.util.ArrayList; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.TableItem; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Table...
package GUI.Ventas; import java.math.BigDecimal; import java.rmi.RemoteException; import java.util.ArrayList; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.widgets.TableItem; import org....
package GUI.Ventas; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Text; import org.eclipse.swt.widgets.Button; import...
package GUI.Ventas; import java.rmi.RemoteException; import java.util.ArrayList; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Table; import org.eclipse.swt.widgets.TableItem; import org.eclipse.swt.SWT; import org.e...
package GUI.Productos; import java.rmi.RemoteException; import java.util.ArrayList; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Table; import org.eclipse.swt.widgets.TableItem; import org.eclipse.swt.SWT; import or...
package GUI.Productos; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FormData; import org.eclipse.swt.layout.F...
package GUI.Productos; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Table; import org.eclipse.swt.widgets.TableItem; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Button...
package GUI.Productos; import java.rmi.RemoteException; import java.util.ArrayList; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Table; import org.eclipse.swt.SWT; import or...
package GUI.Productos; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Combo; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Label; import service.ServiceFacade; import ser...
package GUI.Productos; import java.rmi.RemoteException; import java.util.ArrayList; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Table; import org.eclipse.swt.widgets.TableItem; import org.eclipse.swt.SWT; import or...
package GUI.Productos; import java.rmi.RemoteException; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.layout.FormData; import org.eclipse.swt.layout.Fo...
package GUI.Productos; import java.rmi.RemoteException; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import article.entities.ArticleVO; import article.exceptions.BadCategoryException; import article.exceptions.IncompleteArticleException; import article.exc...
package GUI.Productos; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.TableItem; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Table; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.Form...
package GUI.Productos; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.events.SelectionA...
package GUI.Productos; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FormDat...
package GUI.Productos; import java.rmi.RemoteException; import java.util.ArrayList; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import or...
package GUI.Productos; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.wb.swt.SWTResourceManager; import org.eclipse.swt.widgets.Bu...
package GUI.Productos; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FormDat...
package GUI.MenuPrincipal; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Text; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.events.Selectio...
package GUI.MenuPrincipal; import java.rmi.RemoteException; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.FormLayout; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.layout.FormData; import org.eclipse.swt.layout.F...
package GUI.Administracion; import java.rmi.RemoteException; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import service.ar...
package GUI.Administracion; import java.rmi.RemoteException; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Text; import org.eclipse.swt.widgets.Combo;...
package GUI.Administracion.Exceptions; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Button; public class ExcepcionesMenuVentas extends Dialog { pro...
package GUI.Administracion.Exceptions; import org.eclipse.swt.widgets.Dialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.events.SelectionAdapter; import org...