|
From: Carlos <ma...@us...> - 2007-10-29 21:07:06
|
Update of /cvsroot/tail/TailS/src/java/net/sf/tails/swing/frame/stockAnalysis In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20741/src/java/net/sf/tails/swing/frame/stockAnalysis Modified Files: NewStockAnalysis2.java NewStockAnalysis3.java Log Message: Ajustes de fonte. Index: NewStockAnalysis2.java =================================================================== RCS file: /cvsroot/tail/TailS/src/java/net/sf/tails/swing/frame/stockAnalysis/NewStockAnalysis2.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** NewStockAnalysis2.java 29 Oct 2007 18:22:23 -0000 1.11 --- NewStockAnalysis2.java 29 Oct 2007 21:07:06 -0000 1.12 *************** *** 130,134 **** for (String criteriaName : genericCriteria) { JPanel genericCriterionPanel = new JPanel(); ! genericCriterionPanel.setBorder(BorderFactory.createTitledBorder(BorderFactory.createEtchedBorder(), criteriaName, TitledBorder.DEFAULT_JUSTIFICATION, TitledBorder.DEFAULT_POSITION, new Font("Dialog", 0, 12))); genericCriterionPanel.setLayout(new GridLayout(0, 3, 15, 15)); genericCriterionPanel.setMaximumSize(new Dimension(400, 0)); --- 130,134 ---- for (String criteriaName : genericCriteria) { JPanel genericCriterionPanel = new JPanel(); ! genericCriterionPanel.setBorder(BorderFactory.createTitledBorder(BorderFactory.createEtchedBorder(), criteriaName, TitledBorder.DEFAULT_JUSTIFICATION, TitledBorder.DEFAULT_POSITION)); genericCriterionPanel.setLayout(new GridLayout(0, 3, 15, 15)); genericCriterionPanel.setMaximumSize(new Dimension(400, 0)); Index: NewStockAnalysis3.java =================================================================== RCS file: /cvsroot/tail/TailS/src/java/net/sf/tails/swing/frame/stockAnalysis/NewStockAnalysis3.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** NewStockAnalysis3.java 29 Oct 2007 16:48:35 -0000 1.11 --- NewStockAnalysis3.java 29 Oct 2007 21:07:06 -0000 1.12 *************** *** 125,129 **** startDateField.setText(date.getDayOfMonth() + "/" + date.getMonthOfYear() + "/" + date.getYear()); ! slicesPeriodPanel.setBorder(BorderFactory.createTitledBorder(BorderFactory.createEtchedBorder(), "Slices Period", TitledBorder.DEFAULT_JUSTIFICATION, TitledBorder.DEFAULT_POSITION, new Font("Dialog", 0, 14))); yearsLabel.setFont(new Font("Dialog", 1, 10)); yearsLabel.setText("Years:"); --- 125,129 ---- startDateField.setText(date.getDayOfMonth() + "/" + date.getMonthOfYear() + "/" + date.getYear()); ! slicesPeriodPanel.setBorder(BorderFactory.createTitledBorder(BorderFactory.createEtchedBorder(), "Slices Period", TitledBorder.DEFAULT_JUSTIFICATION, TitledBorder.DEFAULT_POSITION)); yearsLabel.setFont(new Font("Dialog", 1, 10)); yearsLabel.setText("Years:"); *************** *** 214,218 **** runnerTypeLabel.setText("Runner Type:"); ! runnerTypeComboBox.setModel(new DefaultComboBoxModel(new String[]{ "HystoryRunner", "ShortSellRunner" })); runnerTypeComboBox.setMinimumSize(new Dimension(178, 23)); runnerTypeComboBox.setPreferredSize(new Dimension(178, 23)); --- 214,218 ---- runnerTypeLabel.setText("Runner Type:"); ! runnerTypeComboBox.setModel(new DefaultComboBoxModel(new String[]{ "HistoryRunner", "ShortSellRunner" })); runnerTypeComboBox.setMinimumSize(new Dimension(178, 23)); runnerTypeComboBox.setPreferredSize(new Dimension(178, 23)); |