Tuesday, March 22, 2011

Green Mucus And Period

Swingx Grid (Part 2)

Hi


For the part we create a model which will serve to display data in our table of swing is very simple we just have to do the following:


1 .- Let's create a JFrame where will place our JPanelGrid, netbeans has a quick and easy way to do File / New File / Swing GUI Forms / Files option in select types and next
JFrameForm




will see a panel where they have to put class name for this example is called JFramePrincipal.



Now we have a window where we put our JPanelGrid, but before we add it to the table properties jXTable1 his name is in the properties is a model called
we have this and remove all the columns and rows, then we click on OK button in the image below show how.

compiled with F9
After our class called JPanelGrid and adhere to our JFramePrincipal only need to drag our Class JPanelGrid in JFramePricipal this in design mode.

To test that everything here is going great just need to execute (Run File) JFramePrincipal class and we have to open a window with an empty grid.

Wednesday, October 20, 2010

Exotic Mammal Breeder Uk

Credit and financing to SMEs


, 85.8 per 100 of SMEs which led to a credit institution to get funding during the third quarter had trouble getting it, according to a survey of Chambers of Commerce on a sample of 400 companies. 12.7 per 100 could not get any credit.

The few companies that managed to attract funding recognize that the requirements to obtain increased significantly. They also received less money: a 33.5 per 100 companies confesses that the volume of credit was reduced compared the previous quarter, while the cost of financing increased to 62.3 per 100 of them, a percentage similar to the last survey.


expenses and commissions are also more expensive for a 67.8 per 100 of those consulted. The collateral requirements and also continued at high levels while for 46.8 per 100 of the companies delayed the response time of the financial institution.


As a result of poor access to credit, many SMEs have been forced in recent months to halt its
investment projects.

92 per 100 of SMEs indicates that external resources requested in the third quarter. Many turned to venture capital.


In this situation, companies are questioning the effect of aid articulated by the executive to try to alleviate the problems of financing, especially through Official Credit Institute (ICO). The point is that, as pointed out by the survey of the houses, only one in three SMEs uses these lines in search of financing. This percentage is not higher because, as companies say, their procedures are very complex and the information provided by the financial institution is limited. 35.4 per 100 SME requested ICO found that obstacles to the granting of funding.

In the box on the right find more information, tips and suggestions for the type of credit and financing you need.

Tuesday, August 3, 2010

Gifts For Older Patients

SwingX Grid (Java)

Hi

After a few days without an entry in my blog I decided to do one on swing in this case there is an api call to swinglabs swingx.

Step 1. Create a project in netbeans with the name they like best (eg MiPrimeraAplicacion, just kidding).


Step 2. jar swingx Download this place http://swinglabs.org/ hope it works because most of the server is down, but can find it on google. Step 3
. Adding components to the ballot swingx netbeans:
After downloading the swingx jars, the jars we need are the following:
- swingx-BeanInfo-1.6.jar
-
In swingx-1.6.jar the toolbar of Netbeans we go to the Tools / Palette / Swing and AWT Componets, as shown in the picture below.


Open a window called Palette Manager administrator is responsible for the Palette, in this we click the New button Category and create a new category called swingx.

After clicking Ok to create a foldercito us with the name of our category called swingx, to add our components swingx we select our category and click the Add button from Jar A window display Palette title to Install Components in this window select where are our two jars swingx-BeanInfo-1.6.jar and swingx-1.6.jar.

Dar
next and display a panel where we have to choose the components that were added to the palette, choose the radio button option Show Marked Java Beans


again next will appear from one another panel we will select the category you created earlier called swingx.



Finally we click on Finish button


Step 4. Now in our project we will create a JPanelForm, we've got New File / Swing GUI Forms / JPanelForm


We next and display a panel where we will put you name to our JPanelForm for this example will call the JPanelGrid class.

After we create the kind JPanelGrid double clicking on it and we will open the panel in design mode, also has a button to see the source code on the right side is the palette with our swingx call category, this is our JXTable that deal for this example, to put it on our panel we just have to drag and drop the component in our panel.





At this point you have a grid Agragar swingx but data is needed and also create your main, that would be part 2.

Dedicated to my little princess.

Thursday, June 24, 2010

My Dog Has A Prolapse

JQuery UI

Hello: JQuery

is my favorite framework for developing interactive web pages, in addition to having tools in your web exelentes in this post I will show you how to use JQuery UI which can be customized from this site http://jqueryui.com/themeroller/ .

Step 1. Configure your theme on the options that are on the tabs and then click to download theme.


then display a page like this den click download, select all options.


Unzip named jquery-ui-1.8.2.custom, have the following.


Step 2. Create an html file called test.html and another inside the css folder is called
prueba.css
test.html Code:

\u0026lt;! DOCTYPE html>
\u0026lt;html>
; \u0026lt;head>
\u0026lt;meta http-equiv = "Content-Type" content = "text / html; charset = iso-8859-1" / >
jQuery UI \u0026lt;title> Example Page \u0026lt;/ title>
\u0026lt;link type = "text / css" href = "css / le-frog / jquery-ui-1.8.2.custom.css "rel =" stylesheet "/>
\u0026lt;link type =" text / css "href = "css / prueba.css" rel = "stylesheet" />
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
        <script type="text/javascript" src="js/jquery-ui-1.8.2.custom.min.js"></script>

</head>
    <body>

<div id="ui_contededor" class="ui-widget">


<div id="ui_1"  class="ui_1">
    <h3 class="ui-widget-header ui-corner-all">Widget</h3>
    <div class="ui-widget-content ui-corner-top">
        <a>Prueba</a>
    </div>
</div>

<div id="espacio" class="espacio"></div>

<div id="ui_2"  class="ui_2">
    <h3 class="ui-widget-header ui-corner-all">Widget</h3>
    <div class="ui-widget-content ui-corner-top">
    <a>Prueba</a>       
   
</div>

</div>
</div>


</body>
</html>



prueba.css Code body {font: 62.5% "Trebuchet MS", sans-serif; margin: 50px;}

.
space {padding: 4px;
width: 1%;
margin-left: 2px;
float: left;}



. ui_1
{float: left;
width: 400px;}


. ui_2
{float: left;
width: 400px;}



out:

This link there more information about CSS and jQuery themes.

In this example we create two widgets by two fashion div how this is accomplished is through the css, example: to set the following header
\u0026lt;h3 deal class="ui-widget-header ui-corner-all"> Widget \u0026lt;/ h3>
and the content: \u0026lt;div
class="ui-widget-content ui-corner-top">
But we can start playing with some jquery css are: Widget


Containers. ui widget: Create a container Widgets (CSS Styling)

. ui-widget-header : Create a header of a widget (CSS Styling)

. ui-widget-content: Apply Styles al contenido del widget

 

Misc Visuals


Corner Radius helpers (Estilos de bordes)

  • .ui-corner-tl: Applies corner-radius to top left corner of element.
  • .ui-corner-tr: Applies corner-radius to top right corner of element.
  • .ui-corner-bl: Applies corner-radius to bottom left corner of element.
  • .ui-corner-br: Applies corner-radius to bottom right corner of element.
  • .ui-corner-top: Applies corner-radius to both top corners of element.
  • .ui-corner-bottom: Applies Both corner-radius to bottom corners of element.
  • . Ui-corner-right: corner-radius Applies to Both right corners of element.
  • . Ui-corner-left: corner-radius Applies to Both left corners of element.
  • . Ui-corner-all: corner-radius Applies to all 4 corners of element.

In our example the content only has rounded edge on top, but if we have only the right side, just a matter of occupying the style for example:

\u0026lt;div id = "ui_1" class = "ui_1">
\u0026lt;h3 class="ui-widget-header ui-corner-right"> Widget \u0026lt;/ h3>
\u0026lt;div class = "ui-ui widget-content-corner-top" >
\u0026lt;a> Prueba \u0026lt;/ a>
\u0026lt;a> Prueba \u0026lt;/ a>
; \u0026lt;/ div>
\u0026lt;/ div>

With the new header style has rounded edges just right, it's easy and fast.